Html Css Color HEX #353327 Graphite

📋 copy color: '#353327'

red 53 ◦ green 51 ◦ blue 39

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

Shades of Graphite #353327

Tints of Graphite #353327

RGB

 RED value IS 53 (21.09% from 255) = 37.06%

 GREEN value IS 51 (20.31% from 255) = 35.66%

 BLUE value IS 39 (15.63% from 255) = 27.27%

R = 37.06%
G = 35.66%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#353327 (or 0x353327) is known color: Graphite. HEX triplet: 35, 33 and 27. RGB value is (53,51,39). Sum of RGB (Red+Green+Blue) = 53+51+39=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #353327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353327 is #CACCD8. Grayscale: #323232. Windows color (decimal): -13290713 or 2569013. OLE color: 2569013.

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

Color convert

RGB 53 51 39 -
CMYK 0 0.04 0.26 0.79
HSL 51.43º 0.15% 0.18% -
HSV(B) 51.43º 0.26% 0.21% -
XYZ 3.02 3.27 2.39 -
YUV 50.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 53 51 39 0 0.04 0.26 0.79 51.43 0.15 0.18
Hex 35 33 27 0 4 1A 4F 33 F 12
Octal 65 63 47 0 4 32 117 63 17 22
Binary 110101 110011 100111 0 100 11010 1001111 110011 1111 10010

Color Harmonies of #353327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353327

Black with #353327

Text Example


Text Example

White with #353327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353327; }

 p { color: rgb(53,51,39); }

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

background-color css

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

 a { background-color: rgb(53,51,39); }

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

border-color css

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

 span { border-color: rgb(53,51,39); }

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