Html Css Color HEX #372C29 Diesel

📋 copy color: '#372C29'

red 55 ◦ green 44 ◦ blue 41

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

Shades of Diesel #372C29

Tints of Diesel #372C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.43%

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 39.29%
G = 31.43%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#372C29 (or 0x372C29) is known color: Diesel. HEX triplet: 37, 2C and 29. RGB value is (55,44,41). Sum of RGB (Red+Green+Blue) = 55+44+41=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #372C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C29 is #C8D3D6. Grayscale: #2E2E2E. Windows color (decimal): -13161431 or 2698295. OLE color: 2698295.

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

Color convert

RGB 55 44 41 -
CMYK 0 0.2 0.25 0.78
HSL 12.86º 0.15% 0.19% -
HSV(B) 12.86º 0.25% 0.22% -
XYZ 2.88 2.77 2.48 -
YUV 46.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 55 44 41 0 0.2 0.25 0.78 12.86 0.15 0.19
Hex 37 2C 29 0 14 19 4E D F 13
Octal 67 54 51 0 24 31 116 15 17 23
Binary 110111 101100 101001 0 10100 11001 1001110 1101 1111 10011

Color Harmonies of #372C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C29

Black with #372C29

Text Example


Text Example

White with #372C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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