Html Css Color HEX #362116 Brown Pod

📋 copy color: '#362116'

red 54 ◦ green 33 ◦ blue 22

#362116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #362116

Tints of Brown Pod #362116

RGB

 RED value IS 54 (21.48% from 255) = 49.54%

 GREEN value IS 33 (13.28% from 255) = 30.28%

 BLUE value IS 22 (8.98% from 255) = 20.18%

R = 49.54%
G = 30.28%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#362116 (or 0x362116) is known color: Brown Pod. HEX triplet: 36, 21 and 16. RGB value is (54,33,22). Sum of RGB (Red+Green+Blue) = 54+33+22=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362116 is #C9DEE9. Grayscale: #262626. Windows color (decimal): -13229802 or 1450294. OLE color: 1450294.

HSL color Cylindrical-coordinate representation of color #362116: hue angle of 20.62º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #362116 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 33 22 -
CMYK 0 0.39 0.59 0.79
HSL 20.63º 0.42% 0.15% -
HSV(B) 20.63º 0.59% 0.21% -
XYZ 2.21 1.93 1.02 -
YUV 38.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 54 33 22 0 0.39 0.59 0.79 20.63 0.42 0.15
Hex 36 21 16 0 27 3B 4F 15 2A F
Octal 66 41 26 0 47 73 117 25 52 17
Binary 110110 100001 10110 0 100111 111011 1001111 10101 101010 1111

Color Harmonies of #362116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362116

Black with #362116

Text Example


Text Example

White with #362116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362116; }

 p { color: rgb(54,33,22); }

 H1.HeaderClassName
 {
   color: #362116;
 }
 .AnyTagClassName
 {
   color: #362116;
 }
</style>

background-color css

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

 a { background-color: rgb(54,33,22); }

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

border-color css

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

 span { border-color: rgb(54,33,22); }

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