Html Css Color HEX #383520 Graphite

📋 copy color: '#383520'

red 56 ◦ green 53 ◦ blue 32

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

Shades of Graphite #383520

Tints of Graphite #383520

RGB

 RED value IS 56 (22.27% from 255) = 39.72%

 GREEN value IS 53 (21.09% from 255) = 37.59%

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

R = 39.72%
G = 37.59%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#383520 (or 0x383520) is known color: Graphite. HEX triplet: 38, 35 and 20. RGB value is (56,53,32). Sum of RGB (Red+Green+Blue) = 56+53+32=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #383520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383520 is #C7CADF. Grayscale: #333333. Windows color (decimal): -13093600 or 2110776. OLE color: 2110776.

HSL color Cylindrical-coordinate representation of color #383520: hue angle of 52.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383520 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 32 -
CMYK 0 0.05 0.43 0.78
HSL 52.5º 0.27% 0.17% -
HSV(B) 52.5º 0.43% 0.22% -
XYZ 3.16 3.49 1.87 -
YUV 51.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 56 53 32 0 0.05 0.43 0.78 52.5 0.27 0.17
Hex 38 35 20 0 5 2B 4E 34 1B 11
Octal 70 65 40 0 5 53 116 64 33 21
Binary 111000 110101 100000 0 101 101011 1001110 110100 11011 10001

Color Harmonies of #383520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383520

Black with #383520

Text Example


Text Example

White with #383520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383520; }

 p { color: rgb(56,53,32); }

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

background-color css

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

 a { background-color: rgb(56,53,32); }

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

border-color css

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

 span { border-color: rgb(56,53,32); }

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