Html Css Color HEX #3B3523 Graphite

📋 copy color: '#3B3523'

red 59 ◦ green 53 ◦ blue 35

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

Shades of Graphite #3B3523

Tints of Graphite #3B3523

RGB

 RED value IS 59 (23.44% from 255) = 40.14%

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

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 40.14%
G = 36.05%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.77

RGB Variations

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

Color information

#3B3523 (or 0x3B3523) is known color: Graphite. HEX triplet: 3B, 35 and 23. RGB value is (59,53,35). Sum of RGB (Red+Green+Blue) = 59+53+35=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3523 is #C4CADC. Grayscale: #343434. Windows color (decimal): -12896989 or 2307387. OLE color: 2307387.

HSL color Cylindrical-coordinate representation of color #3B3523: hue angle of 45º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B3523 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 53 35 -
CMYK 0 0.10 0.41 0.77
HSL 45º 0.26% 0.18% -
HSV(B) 45º 0.41% 0.23% -
XYZ 3.38 3.6 2.11 -
YUV 52.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 59 53 35 0 0.10 0.41 0.77 45 0.26 0.18
Hex 3B 35 23 0 A 29 4D 2D 1A 12
Octal 73 65 43 0 12 51 115 55 32 22
Binary 111011 110101 100011 0 1010 101001 1001101 101101 11010 10010

Color Harmonies of #3B3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3523

Black with #3B3523

Text Example


Text Example

White with #3B3523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3523; }

 p { color: rgb(59,53,35); }

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

background-color css

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

 a { background-color: rgb(59,53,35); }

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

border-color css

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

 span { border-color: rgb(59,53,35); }

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