Html Css Color HEX #3B3619 Graphite

📋 copy color: '#3B3619'

red 59 ◦ green 54 ◦ blue 25

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

Shades of Graphite #3B3619

Tints of Graphite #3B3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 25 (10.16% from 255) = 18.12%

R = 42.75%
G = 39.13%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.77

RGB Variations

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

Color information

#3B3619 (or 0x3B3619) is known color: Graphite. HEX triplet: 3B, 36 and 19. RGB value is (59,54,25). Sum of RGB (Red+Green+Blue) = 59+54+25=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3619 is #C4C9E6. Grayscale: #343434. Windows color (decimal): -12896743 or 1652283. OLE color: 1652283.

HSL color Cylindrical-coordinate representation of color #3B3619: hue angle of 51.18º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B3619 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 54 25 -
CMYK 0 0.08 0.58 0.77
HSL 51.18º 0.4% 0.16% -
HSV(B) 51.18º 0.58% 0.23% -
XYZ 3.3 3.64 1.45 -
YUV 52.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 59 54 25 0 0.08 0.58 0.77 51.18 0.4 0.16
Hex 3B 36 19 0 8 3A 4D 33 28 10
Octal 73 66 31 0 10 72 115 63 50 20
Binary 111011 110110 11001 0 1000 111010 1001101 110011 101000 10000

Color Harmonies of #3B3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3619

Black with #3B3619

Text Example


Text Example

White with #3B3619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,54,25); }

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

background-color css

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

 a { background-color: rgb(59,54,25); }

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

border-color css

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

 span { border-color: rgb(59,54,25); }

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