Html Css Color HEX #372E2D Diesel

📋 copy color: '#372E2D'

red 55 ◦ green 46 ◦ blue 45

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

Shades of Diesel #372E2D

Tints of Diesel #372E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.51%

 BLUE value IS 45 (17.97% from 255) = 30.82%

R = 37.67%
G = 31.51%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#372E2D (or 0x372E2D) is known color: Diesel. HEX triplet: 37, 2E and 2D. RGB value is (55,46,45). Sum of RGB (Red+Green+Blue) = 55+46+45=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 55 - color contains mainly: red. Hex color #372E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E2D is #C8D1D2. Grayscale: #303030. Windows color (decimal): -13160915 or 2960951. OLE color: 2960951.

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

Color convert

RGB 55 46 45 -
CMYK 0 0.16 0.18 0.78
HSL 0.1% 0.2% -
HSV(B) 0.18% 0.22% -
XYZ 3.03 2.96 2.89 -
YUV 48.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 55 46 45 0 0.16 0.18 0.78 6 0.1 0.2
Hex 37 2E 2D 0 10 12 4E 6 A 14
Octal 67 56 55 0 20 22 116 6 12 24
Binary 110111 101110 101101 0 10000 10010 1001110 110 1010 10100

Color Harmonies of #372E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E2D

Black with #372E2D

Text Example


Text Example

White with #372E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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