Html Css Color HEX #361C17 Brown Pod

📋 copy color: '#361C17'

red 54 ◦ green 28 ◦ blue 23

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

Shades of Brown Pod #361C17

Tints of Brown Pod #361C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.9%

R = 51.43%
G = 26.67%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#361C17 (or 0x361C17) is known color: Brown Pod. HEX triplet: 36, 1C and 17. RGB value is (54,28,23). Sum of RGB (Red+Green+Blue) = 54+28+23=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #361C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361C17 is #C9E3E8. Grayscale: #232323. Windows color (decimal): -13231081 or 1514550. OLE color: 1514550.

HSL color Cylindrical-coordinate representation of color #361C17: hue angle of 9.68º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #361C17 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 28 23 -
CMYK 0 0.48 0.57 0.79
HSL 9.68º 0.4% 0.15% -
HSV(B) 9.68º 0.57% 0.21% -
XYZ 2.09 1.68 1.02 -
YUV 35.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 54 28 23 0 0.48 0.57 0.79 9.68 0.4 0.15
Hex 36 1C 17 0 30 39 4F A 28 F
Octal 66 34 27 0 60 71 117 12 50 17
Binary 110110 11100 10111 0 110000 111001 1001111 1010 101000 1111

Color Harmonies of #361C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C17

Black with #361C17

Text Example


Text Example

White with #361C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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