#431B02

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

Shades of Brown Pod #431B02

Tints of Brown Pod #431B02

Color information

#431B02 (or 0x431B02) is unknown color: approx Brown Pod. HEX triplet: 43, 1B and 02. RGB value is (67,27,2). Sum of RGB (Red+Green+Blue) = 67+27+2=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #431B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B02 is #BCE4FD. Grayscale: #242424. Windows color (decimal): -12379390 or 138051. OLE color: 138051.

HSL color Cylindrical-coordinate representation of color #431B02: hue angle of 23.08º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #431B02 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB67272-
CMYK00.600.970.74
HSL23.08º94.2%13.53%-
HSV(B)23.08º97.01%26.27%-
XYZ2.721.980.3-
YUV36.11108.75150.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.79%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=69.79%
G=28.12%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6727200.600.970.7423.0894.213.53
Hex431B203C614A175ee
Octal1033320741411122713616
Binary100001111011100111100110000110010101011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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