Html Css Color HEX #361F11 Brown Pod

📋 copy color: '#361F11'

red 54 ◦ green 31 ◦ blue 17

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

Shades of Brown Pod #361F11

Tints of Brown Pod #361F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.67%

R = 52.94%
G = 30.39%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#361F11 (or 0x361F11) is known color: Brown Pod. HEX triplet: 36, 1F and 11. RGB value is (54,31,17). Sum of RGB (Red+Green+Blue) = 54+31+17=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #361F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361F11 is #C9E0EE. Grayscale: #242424. Windows color (decimal): -13230319 or 1122102. OLE color: 1122102.

HSL color Cylindrical-coordinate representation of color #361F11: hue angle of 22.7º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361F11 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 31 17 -
CMYK 0 0.43 0.69 0.79
HSL 22.7º 0.52% 0.14% -
HSV(B) 22.7º 0.69% 0.21% -
XYZ 2.11 1.8 0.77 -
YUV 36.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 54 31 17 0 0.43 0.69 0.79 22.7 0.52 0.14
Hex 36 1F 11 0 2B 45 4F 17 34 E
Octal 66 37 21 0 53 105 117 27 64 16
Binary 110110 11111 10001 0 101011 1000101 1001111 10111 110100 1110

Color Harmonies of #361F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F11

Black with #361F11

Text Example


Text Example

White with #361F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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