Html Css Color HEX #362A27 Diesel

📋 copy color: '#362A27'

red 54 ◦ green 42 ◦ blue 39

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

Shades of Diesel #362A27

Tints of Diesel #362A27

RGB

 RED value IS 54 (21.48% from 255) = 40%

 GREEN value IS 42 (16.8% from 255) = 31.11%

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 40%
G = 31.11%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#362A27 (or 0x362A27) is known color: Diesel. HEX triplet: 36, 2A and 27. RGB value is (54,42,39). Sum of RGB (Red+Green+Blue) = 54+42+39=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #362A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A27 is #C9D5D8. Grayscale: #2D2D2D. Windows color (decimal): -13227481 or 2566710. OLE color: 2566710.

HSL color Cylindrical-coordinate representation of color #362A27: hue angle of 12º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #362A27 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 42 39 -
CMYK 0 0.22 0.28 0.79
HSL 12º 0.16% 0.18% -
HSV(B) 12º 0.28% 0.21% -
XYZ 2.72 2.59 2.28 -
YUV 45.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 54 42 39 0 0.22 0.28 0.79 12 0.16 0.18
Hex 36 2A 27 0 16 1C 4F C 10 12
Octal 66 52 47 0 26 34 117 14 20 22
Binary 110110 101010 100111 0 10110 11100 1001111 1100 10000 10010

Color Harmonies of #362A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362A27

Black with #362A27

Text Example


Text Example

White with #362A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362A27; }

 p { color: rgb(54,42,39); }

 H1.HeaderClassName
 {
   color: #362A27;
 }
 .AnyTagClassName
 {
   color: #362A27;
 }
</style>

background-color css

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

 a { background-color: rgb(54,42,39); }

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

border-color css

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

 span { border-color: rgb(54,42,39); }

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