#361702

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

Shades of Brown Pod #361702

Tints of Brown Pod #361702

Color information

#361702 (or 0x361702) is unknown color: approx Brown Pod. HEX triplet: 36, 17 and 02. RGB value is (54,23,2). Sum of RGB (Red+Green+Blue) = 54+23+2=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361702 is #C9E8FD. Grayscale: #1D1D1D. Windows color (decimal): -13232382 or 137014. OLE color: 137014.

HSL color Cylindrical-coordinate representation of color #361702: hue angle of 24.23º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #361702 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB54232-
CMYK00.570.960.79
HSL24.23º92.86%10.98%-
HSV(B)24.23º96.3%21.18%-
XYZ1.841.40.23-
YUV29.88112.27145.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=68.35%
G=29.11%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5423200.570.960.7924.2392.8610.98
Hex36172039604F185db
Octal662720711401173013513
Binary11011010111100111001110000010011111100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361702; }

 p { color: rgb(54,23,2); }

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

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

 a { background-color: rgb(54,23,2); }

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

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

 span { border-color: rgb(54,23,2); }

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