Html Css Color HEX #361D14 Brown Pod

📋 copy color: '#361D14'

red 54 ◦ green 29 ◦ blue 20

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

Shades of Brown Pod #361D14

Tints of Brown Pod #361D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.42%

R = 52.43%
G = 28.16%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#361D14 (or 0x361D14) is known color: Brown Pod. HEX triplet: 36, 1D and 14. RGB value is (54,29,20). Sum of RGB (Red+Green+Blue) = 54+29+20=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #361D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D14 is #C9E2EB. Grayscale: #232323. Windows color (decimal): -13230828 or 1318198. OLE color: 1318198.

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

Color convert

RGB 54 29 20 -
CMYK 0 0.46 0.63 0.79
HSL 15.88º 0.46% 0.15% -
HSV(B) 15.88º 0.63% 0.21% -
XYZ 2.09 1.71 0.88 -
YUV 35.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 54 29 20 0 0.46 0.63 0.79 15.88 0.46 0.15
Hex 36 1D 14 0 2E 3F 4F 10 2E F
Octal 66 35 24 0 56 77 117 20 56 17
Binary 110110 11101 10100 0 101110 111111 1001111 10000 101110 1111

Color Harmonies of #361D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D14

Black with #361D14

Text Example


Text Example

White with #361D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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