Html Css Color HEX #493319 Clinker

📋 copy color: '#493319'

red 73 ◦ green 51 ◦ blue 25

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

Shades of Clinker #493319

Tints of Clinker #493319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 48.99%
G = 34.23%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#493319 (or 0x493319) is known color: Clinker. HEX triplet: 49, 33 and 19. RGB value is (73,51,25). Sum of RGB (Red+Green+Blue) = 73+51+25=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #493319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493319 is #B6CCE6. Grayscale: #363636. Windows color (decimal): -11980007 or 1651529. OLE color: 1651529.

HSL color Cylindrical-coordinate representation of color #493319: hue angle of 32.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493319 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 25 -
CMYK 0 0.30 0.66 0.71
HSL 32.5º 0.49% 0.19% -
HSV(B) 32.5º 0.66% 0.29% -
XYZ 4.11 3.85 1.45 -
YUV 54.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 73 51 25 0 0.30 0.66 0.71 32.5 0.49 0.19
Hex 49 33 19 0 1E 42 47 20 31 13
Octal 111 63 31 0 36 102 107 40 61 23
Binary 1001001 110011 11001 0 11110 1000010 1000111 100000 110001 10011

Color Harmonies of #493319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493319

Black with #493319

Text Example


Text Example

White with #493319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493319; }

 p { color: rgb(73,51,25); }

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

background-color css

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

 a { background-color: rgb(73,51,25); }

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

border-color css

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

 span { border-color: rgb(73,51,25); }

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