#351B08

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

Shades of Brown Pod #351B08

Tints of Brown Pod #351B08

Color information

#351B08 (or 0x351B08) is unknown color: approx Brown Pod. HEX triplet: 35, 1B and 08. RGB value is (53,27,8). Sum of RGB (Red+Green+Blue) = 53+27+8=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B08 is #CAE4F7. Grayscale: #202020. Windows color (decimal): -13296888 or 531253. OLE color: 531253.

HSL color Cylindrical-coordinate representation of color #351B08: hue angle of 25.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351B08 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB53278-
CMYK00.490.850.79
HSL25.33º73.77%11.96%-
HSV(B)25.33º84.91%20.78%-
XYZ1.91.560.43-
YUV32.61114.11142.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=60.23%
G=30.68%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5327800.490.850.7925.3373.7711.96
Hex351B8031554F194ac
Octal6533100611251173111214
Binary1101011101110000110001101010110011111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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