Html Css Color HEX #362013 Brown Pod

📋 copy color: '#362013'

red 54 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #362013

Tints of Brown Pod #362013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.1%

R = 51.43%
G = 30.48%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#362013 (or 0x362013) is known color: Brown Pod. HEX triplet: 36, 20 and 13. RGB value is (54,32,19). Sum of RGB (Red+Green+Blue) = 54+32+19=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #362013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362013 is #C9DFEC. Grayscale: #252525. Windows color (decimal): -13230061 or 1253430. OLE color: 1253430.

HSL color Cylindrical-coordinate representation of color #362013: hue angle of 22.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362013 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 32 19 -
CMYK 0 0.41 0.65 0.79
HSL 22.29º 0.48% 0.14% -
HSV(B) 22.29º 0.65% 0.21% -
XYZ 2.16 1.86 0.86 -
YUV 37.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 54 32 19 0 0.41 0.65 0.79 22.29 0.48 0.14
Hex 36 20 13 0 29 41 4F 16 30 E
Octal 66 40 23 0 51 101 117 26 60 16
Binary 110110 100000 10011 0 101001 1000001 1001111 10110 110000 1110

Color Harmonies of #362013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362013

Black with #362013

Text Example


Text Example

White with #362013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362013; }

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

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

background-color css

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

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

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

border-color css

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

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

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