Html Css Color HEX #362014 Brown Pod

📋 copy color: '#362014'

red 54 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #362014

Tints of Brown Pod #362014

RGB

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

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

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

R = 50.94%
G = 30.19%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.79

RGB Variations

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

Color information

#362014 (or 0x362014) is known color: Brown Pod. HEX triplet: 36, 20 and 14. RGB value is (54,32,20). Sum of RGB (Red+Green+Blue) = 54+32+20=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362014 is #C9DFEB. Grayscale: #252525. Windows color (decimal): -13230060 or 1318966. OLE color: 1318966.

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

Color convert

RGB 54 32 20 -
CMYK 0 0.41 0.63 0.79
HSL 21.18º 0.46% 0.15% -
HSV(B) 21.18º 0.63% 0.21% -
XYZ 2.16 1.87 0.91 -
YUV 37.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 54 32 20 0 0.41 0.63 0.79 21.18 0.46 0.15
Hex 36 20 14 0 29 3F 4F 15 2E F
Octal 66 40 24 0 51 77 117 25 56 17
Binary 110110 100000 10100 0 101001 111111 1001111 10101 101110 1111

Color Harmonies of #362014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362014

Black with #362014

Text Example


Text Example

White with #362014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362014; }

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

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

background-color css

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

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

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

border-color css

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

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

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