Html Css Color HEX #493211 Clinker

📋 copy color: '#493211'

red 73 ◦ green 50 ◦ blue 17

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

Shades of Clinker #493211

Tints of Clinker #493211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

 BLUE value IS 17 (7.03% from 255) = 12.14%

R = 52.14%
G = 35.71%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#493211 (or 0x493211) is known color: Clinker. HEX triplet: 49, 32 and 11. RGB value is (73,50,17). Sum of RGB (Red+Green+Blue) = 73+50+17=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #493211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493211 is #B6CDEE. Grayscale: #353535. Windows color (decimal): -11980271 or 1126985. OLE color: 1126985.

HSL color Cylindrical-coordinate representation of color #493211: hue angle of 35.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #493211 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 17 -
CMYK 0 0.32 0.77 0.71
HSL 35.36º 0.62% 0.18% -
HSV(B) 35.36º 0.77% 0.29% -
XYZ 3.99 3.74 1.04 -
YUV 53.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 73 50 17 0 0.32 0.77 0.71 35.36 0.62 0.18
Hex 49 32 11 0 20 4D 47 23 3E 12
Octal 111 62 21 0 40 115 107 43 76 22
Binary 1001001 110010 10001 0 100000 1001101 1000111 100011 111110 10010

Color Harmonies of #493211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493211

Black with #493211

Text Example


Text Example

White with #493211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493211; }

 p { color: rgb(73,50,17); }

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

background-color css

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

 a { background-color: rgb(73,50,17); }

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

border-color css

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

 span { border-color: rgb(73,50,17); }

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