Html Css Color HEX #363020 Graphite

📋 copy color: '#363020'

red 54 ◦ green 48 ◦ blue 32

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

Shades of Graphite #363020

Tints of Graphite #363020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 40.3%
G = 35.82%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#363020 (or 0x363020) is known color: Graphite. HEX triplet: 36, 30 and 20. RGB value is (54,48,32). Sum of RGB (Red+Green+Blue) = 54+48+32=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #363020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363020 is #C9CFDF. Grayscale: #303030. Windows color (decimal): -13225952 or 2109494. OLE color: 2109494.

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

Color convert

RGB 54 48 32 -
CMYK 0 0.11 0.41 0.79
HSL 43.64º 0.26% 0.17% -
HSV(B) 43.64º 0.41% 0.21% -
XYZ 2.84 3 1.8 -
YUV 47.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 54 48 32 0 0.11 0.41 0.79 43.64 0.26 0.17
Hex 36 30 20 0 B 29 4F 2C 1A 11
Octal 66 60 40 0 13 51 117 54 32 21
Binary 110110 110000 100000 0 1011 101001 1001111 101100 11010 10001

Color Harmonies of #363020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363020

Black with #363020

Text Example


Text Example

White with #363020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363020; }

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

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

background-color css

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

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

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

border-color css

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

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

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