Html Css Color HEX #493B2A Clinker

📋 copy color: '#493B2A'

red 73 ◦ green 59 ◦ blue 42

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

Shades of Clinker #493B2A

Tints of Clinker #493B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.14%

R = 41.95%
G = 33.91%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#493B2A (or 0x493B2A) is known color: Clinker. HEX triplet: 49, 3B and 2A. RGB value is (73,59,42). Sum of RGB (Red+Green+Blue) = 73+59+42=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B2A is #B6C4D5. Grayscale: #3D3D3D. Windows color (decimal): -11977942 or 2767689. OLE color: 2767689.

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

Color convert

RGB 73 59 42 -
CMYK 0 0.19 0.42 0.71
HSL 32.9º 0.27% 0.23% -
HSV(B) 32.9º 0.42% 0.29% -
XYZ 4.73 4.71 2.85 -
YUV 61.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 73 59 42 0 0.19 0.42 0.71 32.9 0.27 0.23
Hex 49 3B 2A 0 13 2A 47 21 1B 17
Octal 111 73 52 0 23 52 107 41 33 27
Binary 1001001 111011 101010 0 10011 101010 1000111 100001 11011 10111

Color Harmonies of #493B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B2A

Black with #493B2A

Text Example


Text Example

White with #493B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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