Html Css Color HEX #493005 Clinker

📋 copy color: '#493005'

red 73 ◦ green 48 ◦ blue 5

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

Shades of Clinker #493005

Tints of Clinker #493005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.97%

R = 57.94%
G = 38.1%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#493005 (or 0x493005) is known color: Clinker. HEX triplet: 49, 30 and 05. RGB value is (73,48,5). Sum of RGB (Red+Green+Blue) = 73+48+5=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #493005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493005 is #B6CFFA. Grayscale: #323232. Windows color (decimal): -11980795 or 340041. OLE color: 340041.

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

Color convert

RGB 73 48 5 -
CMYK 0 0.34 0.93 0.71
HSL 37.94º 0.87% 0.15% -
HSV(B) 37.94º 0.93% 0.29% -
XYZ 3.83 3.54 0.63 -
YUV 50.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 73 48 5 0 0.34 0.93 0.71 37.94 0.87 0.15
Hex 49 30 5 0 22 5D 47 26 57 F
Octal 111 60 5 0 42 135 107 46 127 17
Binary 1001001 110000 101 0 100010 1011101 1000111 100110 1010111 1111

Color Harmonies of #493005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493005

Black with #493005

Text Example


Text Example

White with #493005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493005; }

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

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

background-color css

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

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

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

border-color css

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

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

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