Html Css Color HEX #493824 Clinker

📋 copy color: '#493824'

red 73 ◦ green 56 ◦ blue 36

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

Shades of Clinker #493824

Tints of Clinker #493824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.94%

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

R = 44.24%
G = 33.94%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#493824 (or 0x493824) is known color: Clinker. HEX triplet: 49, 38 and 24. RGB value is (73,56,36). Sum of RGB (Red+Green+Blue) = 73+56+36=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493824 is #B6C7DB. Grayscale: #3A3A3A. Windows color (decimal): -11978716 or 2373705. OLE color: 2373705.

HSL color Cylindrical-coordinate representation of color #493824: hue angle of 32.43º 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 #493824 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 56 36 -
CMYK 0 0.23 0.51 0.71
HSL 32.43º 0.34% 0.21% -
HSV(B) 32.43º 0.51% 0.29% -
XYZ 4.48 4.37 2.28 -
YUV 58.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 73 56 36 0 0.23 0.51 0.71 32.43 0.34 0.21
Hex 49 38 24 0 17 33 47 20 22 15
Octal 111 70 44 0 27 63 107 40 42 25
Binary 1001001 111000 100100 0 10111 110011 1000111 100000 100010 10101

Color Harmonies of #493824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493824

Black with #493824

Text Example


Text Example

White with #493824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493824; }

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

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

background-color css

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

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

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

border-color css

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

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

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