Html Css Color HEX #493920 Clinker

📋 copy color: '#493920'

red 73 ◦ green 57 ◦ blue 32

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

Shades of Clinker #493920

Tints of Clinker #493920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.19%

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 45.06%
G = 35.19%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493920 (or 0x493920) is known color: Clinker. HEX triplet: 49, 39 and 20. RGB value is (73,57,32). Sum of RGB (Red+Green+Blue) = 73+57+32=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493920 is #B6C6DF. Grayscale: #3B3B3B. Windows color (decimal): -11978464 or 2111817. OLE color: 2111817.

HSL color Cylindrical-coordinate representation of color #493920: hue angle of 36.59º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493920 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 57 32 -
CMYK 0 0.22 0.56 0.71
HSL 36.59º 0.39% 0.21% -
HSV(B) 36.59º 0.56% 0.29% -
XYZ 4.47 4.45 1.99 -
YUV 58.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 73 57 32 0 0.22 0.56 0.71 36.59 0.39 0.21
Hex 49 39 20 0 16 38 47 25 27 15
Octal 111 71 40 0 26 70 107 45 47 25
Binary 1001001 111001 100000 0 10110 111000 1000111 100101 100111 10101

Color Harmonies of #493920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493920

Black with #493920

Text Example


Text Example

White with #493920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493920; }

 p { color: rgb(73,57,32); }

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

background-color css

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

 a { background-color: rgb(73,57,32); }

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

border-color css

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

 span { border-color: rgb(73,57,32); }

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