#351B0D

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

Shades of Brown Pod #351B0D

Tints of Brown Pod #351B0D

Color information

#351B0D (or 0x351B0D) is unknown color: approx Brown Pod. HEX triplet: 35, 1B and 0D. RGB value is (53,27,13). Sum of RGB (Red+Green+Blue) = 53+27+13=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351B0D is #CAE4F2. Grayscale: #212121. Windows color (decimal): -13296883 or 858933. OLE color: 858933.

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

Color convert

RGB532713-
CMYK00.490.750.79
HSL21º60.61%12.94%-
HSV(B)21º75.47%20.78%-
XYZ1.931.570.58-
YUV33.18116.61142.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=56.99%
G=29.03%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53271300.490.750.792160.6112.94
Hex351BD0314B4F153dd
Octal653315061113117257515
Binary110101110111101011000110010111001111101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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