Html Css Color HEX #361D15 Brown Pod

📋 copy color: '#361D15'

red 54 ◦ green 29 ◦ blue 21

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

Shades of Brown Pod #361D15

Tints of Brown Pod #361D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.19%

R = 51.92%
G = 27.88%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#361D15 (or 0x361D15) is known color: Brown Pod. HEX triplet: 36, 1D and 15. RGB value is (54,29,21). Sum of RGB (Red+Green+Blue) = 54+29+21=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #361D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361D15 is #C9E2EA. Grayscale: #232323. Windows color (decimal): -13230827 or 1383734. OLE color: 1383734.

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

Color convert

RGB 54 29 21 -
CMYK 0 0.46 0.61 0.79
HSL 14.55º 0.44% 0.15% -
HSV(B) 14.55º 0.61% 0.21% -
XYZ 2.1 1.72 0.93 -
YUV 35.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 54 29 21 0 0.46 0.61 0.79 14.55 0.44 0.15
Hex 36 1D 15 0 2E 3D 4F F 2C F
Octal 66 35 25 0 56 75 117 17 54 17
Binary 110110 11101 10101 0 101110 111101 1001111 1111 101100 1111

Color Harmonies of #361D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D15

Black with #361D15

Text Example


Text Example

White with #361D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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