Html Css Color HEX #493008 Clinker

📋 copy color: '#493008'

red 73 ◦ green 48 ◦ blue 8

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

Shades of Clinker #493008

Tints of Clinker #493008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.2%

R = 56.59%
G = 37.21%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#493008 (or 0x493008) is known color: Clinker. HEX triplet: 49, 30 and 08. RGB value is (73,48,8). Sum of RGB (Red+Green+Blue) = 73+48+8=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493008 is #B6CFF7. Grayscale: #333333. Windows color (decimal): -11980792 or 536649. OLE color: 536649.

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

Color convert

RGB 73 48 8 -
CMYK 0 0.34 0.89 0.71
HSL 36.92º 0.8% 0.16% -
HSV(B) 36.92º 0.89% 0.29% -
XYZ 3.85 3.55 0.71 -
YUV 50.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 73 48 8 0 0.34 0.89 0.71 36.92 0.8 0.16
Hex 49 30 8 0 22 59 47 25 50 10
Octal 111 60 10 0 42 131 107 45 120 20
Binary 1001001 110000 1000 0 100010 1011001 1000111 100101 1010000 10000

Color Harmonies of #493008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493008

Black with #493008

Text Example


Text Example

White with #493008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493008; }

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

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

background-color css

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

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

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

border-color css

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

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

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