Html Css Color HEX #383422 Graphite

📋 copy color: '#383422'

red 56 ◦ green 52 ◦ blue 34

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

Shades of Graphite #383422

Tints of Graphite #383422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.62%

 BLUE value IS 34 (13.67% from 255) = 23.94%

R = 39.44%
G = 36.62%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#383422 (or 0x383422) is known color: Graphite. HEX triplet: 38, 34 and 22. RGB value is (56,52,34). Sum of RGB (Red+Green+Blue) = 56+52+34=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #383422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383422 is #C7CBDD. Grayscale: #333333. Windows color (decimal): -13093854 or 2241592. OLE color: 2241592.

HSL color Cylindrical-coordinate representation of color #383422: hue angle of 49.09º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #383422 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 34 -
CMYK 0 0.07 0.39 0.78
HSL 49.09º 0.24% 0.18% -
HSV(B) 49.09º 0.39% 0.22% -
XYZ 3.15 3.41 2.01 -
YUV 51.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 56 52 34 0 0.07 0.39 0.78 49.09 0.24 0.18
Hex 38 34 22 0 7 27 4E 31 18 12
Octal 70 64 42 0 7 47 116 61 30 22
Binary 111000 110100 100010 0 111 100111 1001110 110001 11000 10010

Color Harmonies of #383422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383422

Black with #383422

Text Example


Text Example

White with #383422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383422; }

 p { color: rgb(56,52,34); }

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

background-color css

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

 a { background-color: rgb(56,52,34); }

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

border-color css

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

 span { border-color: rgb(56,52,34); }

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