Html Css Color HEX #431808 Brown Pod

📋 copy color: '#431808'

red 67 ◦ green 24 ◦ blue 8

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

Shades of Brown Pod #431808

Tints of Brown Pod #431808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.24%

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

R = 67.68%
G = 24.24%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#431808 (or 0x431808) is known color: Brown Pod. HEX triplet: 43, 18 and 08. RGB value is (67,24,8). Sum of RGB (Red+Green+Blue) = 67+24+8=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #431808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431808 is #BCE7F7. Grayscale: #232323. Windows color (decimal): -12380152 or 530499. OLE color: 530499.

HSL color Cylindrical-coordinate representation of color #431808: hue angle of 16.27º 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 #431808 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 24 8 -
CMYK 0 0.64 0.88 0.74
HSL 16.27º 0.79% 0.15% -
HSV(B) 16.27º 0.88% 0.26% -
XYZ 2.69 1.86 0.45 -
YUV 35.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 67 24 8 0 0.64 0.88 0.74 16.27 0.79 0.15
Hex 43 18 8 0 40 58 4A 10 4F F
Octal 103 30 10 0 100 130 112 20 117 17
Binary 1000011 11000 1000 0 1000000 1011000 1001010 10000 1001111 1111

Color Harmonies of #431808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431808

Black with #431808

Text Example


Text Example

White with #431808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431808; }

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

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

background-color css

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

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

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

border-color css

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

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

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