Html Css Color HEX #431A07 Brown Pod

📋 copy color: '#431A07'

red 67 ◦ green 26 ◦ blue 7

#431A07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #431A07

Tints of Brown Pod #431A07

RGB

 RED value IS 67 (26.56% from 255) = 67%

 GREEN value IS 26 (10.55% from 255) = 26%

 BLUE value IS 7 (3.13% from 255) = 7%

R = 67%
G = 26%
B = 7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#431A07 (or 0x431A07) is known color: Brown Pod. HEX triplet: 43, 1A and 07. RGB value is (67,26,7). Sum of RGB (Red+Green+Blue) = 67+26+7=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #431A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A07 is #BCE5F8. Grayscale: #242424. Windows color (decimal): -12379641 or 465475. OLE color: 465475.

HSL color Cylindrical-coordinate representation of color #431A07: hue angle of 19º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #431A07 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 26 7 -
CMYK 0 0.61 0.90 0.74
HSL 19º 0.81% 0.15% -
HSV(B) 19º 0.9% 0.26% -
XYZ 2.72 1.95 0.43 -
YUV 36.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 67 26 7 0 0.61 0.90 0.74 19 0.81 0.15
Hex 43 1A 7 0 3D 5A 4A 13 51 F
Octal 103 32 7 0 75 132 112 23 121 17
Binary 1000011 11010 111 0 111101 1011010 1001010 10011 1010001 1111

Color Harmonies of #431A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A07

Black with #431A07

Text Example


Text Example

White with #431A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431A07; }

 p { color: rgb(67,26,7); }

 H1.HeaderClassName
 {
   color: #431A07;
 }
 .AnyTagClassName
 {
   color: #431A07;
 }
</style>

background-color css

<style>
 a { background-color: #431A07; }

 a { background-color: rgb(67,26,7); }

 div.DivClassName
 {
   background-color: #431A07;
 }
 .BgClassName
 {
   background-color: #431A07;
 }
</style>

border-color css

<style>
 span { border-color: #431A07; }

 span { border-color: rgb(67,26,7); }

 td.TdClassName
 {
   border-color: #431A07;
 }
 .TagClassName
 {
   border-color: #431A07;
 }
</style>