#351A07

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

Shades of Brown Pod #351A07

Tints of Brown Pod #351A07

Color information

#351A07 (or 0x351A07) is unknown color: approx Brown Pod. HEX triplet: 35, 1A and 07. RGB value is (53,26,7). Sum of RGB (Red+Green+Blue) = 53+26+7=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #351A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A07 is #CAE5F8. Grayscale: #202020. Windows color (decimal): -13297145 or 465461. OLE color: 465461.

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

Color convert

RGB53267-
CMYK00.510.870.79
HSL24.78º76.67%11.76%-
HSV(B)24.78º86.79%20.78%-
XYZ1.881.510.39-
YUV31.91113.95143.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=61.63%
G=30.23%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5326700.510.870.7924.7876.6711.76
Hex351A7033574F194dc
Octal653270631271173111514
Binary110101110101110110011101011110011111100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,26,7); }

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

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

 a { background-color: rgb(53,26,7); }

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

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

 span { border-color: rgb(53,26,7); }

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