#412925

Color #412925 Diesel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Diesel #412925

Tints of Diesel #412925

Color information

#412925 (or 0x412925) is unknown color: approx Diesel. HEX triplet: 41, 29 and 25. RGB value is (65,41,37). Sum of RGB (Red+Green+Blue) = 65+41+37=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #412925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412925 is #BED6DA. Grayscale: #2F2F2F. Windows color (decimal): -12506843 or 2435393. OLE color: 2435393.

HSL color Cylindrical-coordinate representation of color #412925: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412925 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB654137-
CMYK00.370.430.75
HSL8.57º27.45%20%-
HSV(B)8.57º43.08%25.49%-
XYZ3.312.842.12-
YUV47.72121.95140.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=45.45%
G=28.67%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65413700.370.430.758.5727.4520
Hex4129250252B4B91b14
Octal101514504553113113324
Binary10000011010011001010100101101011100101110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412925; }

 p { color: rgb(65,41,37); }

 H1.HeaderClassName
 {
   color: #412925;
 }
 .AnyTagClassName
 {
   color: #412925;
 }
</style>
background-color css

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

 a { background-color: rgb(65,41,37); }

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

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

 span { border-color: rgb(65,41,37); }

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