Html Css Color HEX #431D08 Brown Pod

📋 copy color: '#431D08'

red 67 ◦ green 29 ◦ blue 8

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

Shades of Brown Pod #431D08

Tints of Brown Pod #431D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.88%

 BLUE value IS 8 (3.52% from 255) = 7.69%

R = 64.42%
G = 27.88%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#431D08 (or 0x431D08) is known color: Brown Pod. HEX triplet: 43, 1D and 08. RGB value is (67,29,8). Sum of RGB (Red+Green+Blue) = 67+29+8=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #431D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D08 is #BCE2F7. Grayscale: #262626. Windows color (decimal): -12378872 or 531779. OLE color: 531779.

HSL color Cylindrical-coordinate representation of color #431D08: hue angle of 21.36º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431D08 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 29 8 -
CMYK 0 0.57 0.88 0.74
HSL 21.36º 0.79% 0.15% -
HSV(B) 21.36º 0.88% 0.26% -
XYZ 2.8 2.09 0.49 -
YUV 37.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 67 29 8 0 0.57 0.88 0.74 21.36 0.79 0.15
Hex 43 1D 8 0 39 58 4A 15 4F F
Octal 103 35 10 0 71 130 112 25 117 17
Binary 1000011 11101 1000 0 111001 1011000 1001010 10101 1001111 1111

Color Harmonies of #431D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D08

Black with #431D08

Text Example


Text Example

White with #431D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,29,8); }

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

background-color css

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

 a { background-color: rgb(67,29,8); }

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

border-color css

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

 span { border-color: rgb(67,29,8); }

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