Html Css Color HEX #431F08 Brown Pod

📋 copy color: '#431F08'

red 67 ◦ green 31 ◦ blue 8

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

Shades of Brown Pod #431F08

Tints of Brown Pod #431F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.25%

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

R = 63.21%
G = 29.25%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#431F08 (or 0x431F08) is known color: Brown Pod. HEX triplet: 43, 1F and 08. RGB value is (67,31,8). Sum of RGB (Red+Green+Blue) = 67+31+8=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F08 is #BCE0F7. Grayscale: #272727. Windows color (decimal): -12378360 or 532291. OLE color: 532291.

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

Color convert

RGB 67 31 8 -
CMYK 0 0.54 0.88 0.74
HSL 23.39º 0.79% 0.15% -
HSV(B) 23.39º 0.88% 0.26% -
XYZ 2.85 2.19 0.5 -
YUV 39.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 67 31 8 0 0.54 0.88 0.74 23.39 0.79 0.15
Hex 43 1F 8 0 36 58 4A 17 4F F
Octal 103 37 10 0 66 130 112 27 117 17
Binary 1000011 11111 1000 0 110110 1011000 1001010 10111 1001111 1111

Color Harmonies of #431F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F08

Black with #431F08

Text Example


Text Example

White with #431F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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