Html Css Color HEX #361D11 Brown Pod

📋 copy color: '#361D11'

red 54 ◦ green 29 ◦ blue 17

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

Shades of Brown Pod #361D11

Tints of Brown Pod #361D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29%

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

R = 54%
G = 29%
B = 17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.79

RGB Variations

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

Color information

#361D11 (or 0x361D11) is known color: Brown Pod. HEX triplet: 36, 1D and 11. RGB value is (54,29,17). Sum of RGB (Red+Green+Blue) = 54+29+17=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #361D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D11 is #C9E2EE. Grayscale: #232323. Windows color (decimal): -13230831 or 1121590. OLE color: 1121590.

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

Color convert

RGB 54 29 17 -
CMYK 0 0.46 0.69 0.79
HSL 19.46º 0.52% 0.14% -
HSV(B) 19.46º 0.69% 0.21% -
XYZ 2.06 1.7 0.75 -
YUV 35.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 54 29 17 0 0.46 0.69 0.79 19.46 0.52 0.14
Hex 36 1D 11 0 2E 45 4F 13 34 E
Octal 66 35 21 0 56 105 117 23 64 16
Binary 110110 11101 10001 0 101110 1000101 1001111 10011 110100 1110

Color Harmonies of #361D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D11

Black with #361D11

Text Example


Text Example

White with #361D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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