Html Css Color HEX #361C16 Brown Pod

📋 copy color: '#361C16'

red 54 ◦ green 28 ◦ blue 22

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

Shades of Brown Pod #361C16

Tints of Brown Pod #361C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.92%

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

R = 51.92%
G = 26.92%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#361C16 (or 0x361C16) is known color: Brown Pod. HEX triplet: 36, 1C and 16. RGB value is (54,28,22). Sum of RGB (Red+Green+Blue) = 54+28+22=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #361C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C16 is #C9E3E9. Grayscale: #232323. Windows color (decimal): -13231082 or 1449014. OLE color: 1449014.

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

Color convert

RGB 54 28 22 -
CMYK 0 0.48 0.59 0.79
HSL 11.25º 0.42% 0.15% -
HSV(B) 11.25º 0.59% 0.21% -
XYZ 2.08 1.67 0.97 -
YUV 35.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 54 28 22 0 0.48 0.59 0.79 11.25 0.42 0.15
Hex 36 1C 16 0 30 3B 4F B 2A F
Octal 66 34 26 0 60 73 117 13 52 17
Binary 110110 11100 10110 0 110000 111011 1001111 1011 101010 1111

Color Harmonies of #361C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C16

Black with #361C16

Text Example


Text Example

White with #361C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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