Html Css Color HEX #372D2C Diesel

📋 copy color: '#372D2C'

red 55 ◦ green 45 ◦ blue 44

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

Shades of Diesel #372D2C

Tints of Diesel #372D2C

RGB

 RED value IS 55 (21.88% from 255) = 38.19%

 GREEN value IS 45 (17.97% from 255) = 31.25%

 BLUE value IS 44 (17.58% from 255) = 30.56%

R = 38.19%
G = 31.25%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#372D2C (or 0x372D2C) is known color: Diesel. HEX triplet: 37, 2D and 2C. RGB value is (55,45,44). Sum of RGB (Red+Green+Blue) = 55+45+44=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #372D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D2C is #C8D2D3. Grayscale: #2F2F2F. Windows color (decimal): -13161172 or 2895159. OLE color: 2895159.

HSL color Cylindrical-coordinate representation of color #372D2C: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372D2C is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 45 44 -
CMYK 0 0.18 0.2 0.78
HSL 5.45º 0.11% 0.19% -
HSV(B) 5.45º 0.2% 0.22% -
XYZ 2.97 2.87 2.78 -
YUV 47.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 55 45 44 0 0.18 0.2 0.78 5.45 0.11 0.19
Hex 37 2D 2C 0 12 14 4E 5 B 13
Octal 67 55 54 0 22 24 116 5 13 23
Binary 110111 101101 101100 0 10010 10100 1001110 101 1011 10011

Color Harmonies of #372D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D2C

Black with #372D2C

Text Example


Text Example

White with #372D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372D2C; }

 p { color: rgb(55,45,44); }

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

background-color css

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

 a { background-color: rgb(55,45,44); }

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

border-color css

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

 span { border-color: rgb(55,45,44); }

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