Html Css Color HEX #362015 Brown Pod

📋 copy color: '#362015'

red 54 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #362015

Tints of Brown Pod #362015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.91%

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

R = 50.47%
G = 29.91%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#362015 (or 0x362015) is known color: Brown Pod. HEX triplet: 36, 20 and 15. RGB value is (54,32,21). Sum of RGB (Red+Green+Blue) = 54+32+21=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362015 is #C9DFEA. Grayscale: #252525. Windows color (decimal): -13230059 or 1384502. OLE color: 1384502.

HSL color Cylindrical-coordinate representation of color #362015: hue angle of 20º 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 #362015 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 32 21 -
CMYK 0 0.41 0.61 0.79
HSL 20º 0.44% 0.15% -
HSV(B) 20º 0.61% 0.21% -
XYZ 2.17 1.87 0.96 -
YUV 37.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 54 32 21 0 0.41 0.61 0.79 20 0.44 0.15
Hex 36 20 15 0 29 3D 4F 14 2C F
Octal 66 40 25 0 51 75 117 24 54 17
Binary 110110 100000 10101 0 101001 111101 1001111 10100 101100 1111

Color Harmonies of #362015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362015

Black with #362015

Text Example


Text Example

White with #362015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362015; }

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

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

background-color css

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

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

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

border-color css

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

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

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