Html Css Color HEX #493B24 Clinker

📋 copy color: '#493B24'

red 73 ◦ green 59 ◦ blue 36

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

Shades of Clinker #493B24

Tints of Clinker #493B24

RGB

 RED value IS 73 (28.91% from 255) = 43.45%

 GREEN value IS 59 (23.44% from 255) = 35.12%

 BLUE value IS 36 (14.45% from 255) = 21.43%

R = 43.45%
G = 35.12%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#493B24 (or 0x493B24) is known color: Clinker. HEX triplet: 49, 3B and 24. RGB value is (73,59,36). Sum of RGB (Red+Green+Blue) = 73+59+36=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #493B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B24 is #B6C4DB. Grayscale: #3C3C3C. Windows color (decimal): -11977948 or 2374473. OLE color: 2374473.

HSL color Cylindrical-coordinate representation of color #493B24: hue angle of 37.3º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493B24 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 59 36 -
CMYK 0 0.19 0.51 0.71
HSL 37.3º 0.34% 0.21% -
HSV(B) 37.3º 0.51% 0.29% -
XYZ 4.63 4.67 2.33 -
YUV 60.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 73 59 36 0 0.19 0.51 0.71 37.3 0.34 0.21
Hex 49 3B 24 0 13 33 47 25 22 15
Octal 111 73 44 0 23 63 107 45 42 25
Binary 1001001 111011 100100 0 10011 110011 1000111 100101 100010 10101

Color Harmonies of #493B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B24

Black with #493B24

Text Example


Text Example

White with #493B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493B24; }

 p { color: rgb(73,59,36); }

 H1.HeaderClassName
 {
   color: #493B24;
 }
 .AnyTagClassName
 {
   color: #493B24;
 }
</style>

background-color css

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

 a { background-color: rgb(73,59,36); }

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

border-color css

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

 span { border-color: rgb(73,59,36); }

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