Html Css Color HEX #361B16 Brown Pod

📋 copy color: '#361B16'

red 54 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #361B16

Tints of Brown Pod #361B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.21%

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

R = 52.43%
G = 26.21%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#361B16 (or 0x361B16) is known color: Brown Pod. HEX triplet: 36, 1B and 16. RGB value is (54,27,22). Sum of RGB (Red+Green+Blue) = 54+27+22=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #361B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361B16 is #C9E4E9. Grayscale: #222222. Windows color (decimal): -13231338 or 1448758. OLE color: 1448758.

HSL color Cylindrical-coordinate representation of color #361B16: hue angle of 9.38º 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 #361B16 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 27 22 -
CMYK 0 0.5 0.59 0.79
HSL 9.38º 0.42% 0.15% -
HSV(B) 9.38º 0.59% 0.21% -
XYZ 2.06 1.63 0.96 -
YUV 34.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 54 27 22 0 0.5 0.59 0.79 9.38 0.42 0.15
Hex 36 1B 16 0 32 3B 4F 9 2A F
Octal 66 33 26 0 62 73 117 11 52 17
Binary 110110 11011 10110 0 110010 111011 1001111 1001 101010 1111

Color Harmonies of #361B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B16

Black with #361B16

Text Example


Text Example

White with #361B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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