Html Css Color HEX #361F16 Brown Pod

📋 copy color: '#361F16'

red 54 ◦ green 31 ◦ blue 22

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

Shades of Brown Pod #361F16

Tints of Brown Pod #361F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.97%

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

R = 50.47%
G = 28.97%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#361F16 (or 0x361F16) is known color: Brown Pod. HEX triplet: 36, 1F and 16. RGB value is (54,31,22). Sum of RGB (Red+Green+Blue) = 54+31+22=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #361F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F16 is #C9E0E9. Grayscale: #242424. Windows color (decimal): -13230314 or 1449782. OLE color: 1449782.

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

Color convert

RGB 54 31 22 -
CMYK 0 0.43 0.59 0.79
HSL 16.88º 0.42% 0.15% -
HSV(B) 16.88º 0.59% 0.21% -
XYZ 2.16 1.82 1 -
YUV 36.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 54 31 22 0 0.43 0.59 0.79 16.88 0.42 0.15
Hex 36 1F 16 0 2B 3B 4F 11 2A F
Octal 66 37 26 0 53 73 117 21 52 17
Binary 110110 11111 10110 0 101011 111011 1001111 10001 101010 1111

Color Harmonies of #361F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F16

Black with #361F16

Text Example


Text Example

White with #361F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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