Html Css Color HEX #493010 Clinker

📋 copy color: '#493010'

red 73 ◦ green 48 ◦ blue 16

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

Shades of Clinker #493010

Tints of Clinker #493010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.04%

 BLUE value IS 16 (6.64% from 255) = 11.68%

R = 53.28%
G = 35.04%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#493010 (or 0x493010) is known color: Clinker. HEX triplet: 49, 30 and 10. RGB value is (73,48,16). Sum of RGB (Red+Green+Blue) = 73+48+16=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #493010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493010 is #B6CFEF. Grayscale: #333333. Windows color (decimal): -11980784 or 1060937. OLE color: 1060937.

HSL color Cylindrical-coordinate representation of color #493010: hue angle of 33.68º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #493010 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 16 -
CMYK 0 0.34 0.78 0.71
HSL 33.68º 0.64% 0.17% -
HSV(B) 33.68º 0.78% 0.29% -
XYZ 3.9 3.57 0.97 -
YUV 51.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 73 48 16 0 0.34 0.78 0.71 33.68 0.64 0.17
Hex 49 30 10 0 22 4E 47 22 40 11
Octal 111 60 20 0 42 116 107 42 100 21
Binary 1001001 110000 10000 0 100010 1001110 1000111 100010 1000000 10001

Color Harmonies of #493010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493010

Black with #493010

Text Example


Text Example

White with #493010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493010; }

 p { color: rgb(73,48,16); }

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

background-color css

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

 a { background-color: rgb(73,48,16); }

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

border-color css

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

 span { border-color: rgb(73,48,16); }

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