Html Css Color HEX #372C2B Diesel

📋 copy color: '#372C2B'

red 55 ◦ green 44 ◦ blue 43

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

Shades of Diesel #372C2B

Tints of Diesel #372C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.28%

R = 38.73%
G = 30.99%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#372C2B (or 0x372C2B) is known color: Diesel. HEX triplet: 37, 2C and 2B. RGB value is (55,44,43). Sum of RGB (Red+Green+Blue) = 55+44+43=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #372C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C2B is #C8D3D4. Grayscale: #2F2F2F. Windows color (decimal): -13161429 or 2829367. OLE color: 2829367.

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

Color convert

RGB 55 44 43 -
CMYK 0 0.2 0.22 0.78
HSL 0.12% 0.19% -
HSV(B) 0.22% 0.22% -
XYZ 2.91 2.79 2.67 -
YUV 47.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 55 44 43 0 0.2 0.22 0.78 5 0.12 0.19
Hex 37 2C 2B 0 14 16 4E 5 C 13
Octal 67 54 53 0 24 26 116 5 14 23
Binary 110111 101100 101011 0 10100 10110 1001110 101 1100 10011

Color Harmonies of #372C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C2B

Black with #372C2B

Text Example


Text Example

White with #372C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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