#431B08

Color #431B08 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #431B08

Tints of Brown Pod #431B08

Color information

#431B08 (or 0x431B08) is unknown color: approx Brown Pod. HEX triplet: 43, 1B and 08. RGB value is (67,27,8). Sum of RGB (Red+Green+Blue) = 67+27+8=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #431B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B08 is #BCE4F7. Grayscale: #242424. Windows color (decimal): -12379384 or 531267. OLE color: 531267.

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

Color convert

RGB67278-
CMYK00.600.880.74
HSL19.32º78.67%14.71%-
HSV(B)19.32º88.06%26.27%-
XYZ2.751.990.47-
YUV36.79111.75149.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.69%
GREEN value IS 27 (10.94% from 255) = 26.47%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=65.69%
G=26.47%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6727800.600.880.7419.3278.6714.71
Hex431B803C584A134ff
Octal10333100741301122311717
Binary10000111101110000111100101100010010101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #431B08;
 }
 .AnyTagClassName
 {
   color: #431B08;
 }
</style>
background-color css

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

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

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

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

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

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