Html Css Color HEX #493411 Clinker

📋 copy color: '#493411'

red 73 ◦ green 52 ◦ blue 17

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

Shades of Clinker #493411

Tints of Clinker #493411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.62%

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

R = 51.41%
G = 36.62%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#493411 (or 0x493411) is known color: Clinker. HEX triplet: 49, 34 and 11. RGB value is (73,52,17). Sum of RGB (Red+Green+Blue) = 73+52+17=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #493411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493411 is #B6CBEE. Grayscale: #363636. Windows color (decimal): -11979759 or 1127497. OLE color: 1127497.

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

Color convert

RGB 73 52 17 -
CMYK 0 0.29 0.77 0.71
HSL 37.5º 0.62% 0.18% -
HSV(B) 37.5º 0.77% 0.29% -
XYZ 4.08 3.91 1.07 -
YUV 54.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 73 52 17 0 0.29 0.77 0.71 37.5 0.62 0.18
Hex 49 34 11 0 1D 4D 47 26 3E 12
Octal 111 64 21 0 35 115 107 46 76 22
Binary 1001001 110100 10001 0 11101 1001101 1000111 100110 111110 10010

Color Harmonies of #493411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493411

Black with #493411

Text Example


Text Example

White with #493411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493411; }

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

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

background-color css

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

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

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

border-color css

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

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

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