Html Css Color HEX #493419 Clinker

📋 copy color: '#493419'

red 73 ◦ green 52 ◦ blue 25

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

Shades of Clinker #493419

Tints of Clinker #493419

RGB

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

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

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

R = 48.67%
G = 34.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#493419 (or 0x493419) is known color: Clinker. HEX triplet: 49, 34 and 19. RGB value is (73,52,25). Sum of RGB (Red+Green+Blue) = 73+52+25=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #493419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493419 is #B6CBE6. Grayscale: #373737. Windows color (decimal): -11979751 or 1651785. OLE color: 1651785.

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

Color convert

RGB 73 52 25 -
CMYK 0 0.29 0.66 0.71
HSL 33.75º 0.49% 0.19% -
HSV(B) 33.75º 0.66% 0.29% -
XYZ 4.15 3.94 1.46 -
YUV 55.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 73 52 25 0 0.29 0.66 0.71 33.75 0.49 0.19
Hex 49 34 19 0 1D 42 47 22 31 13
Octal 111 64 31 0 35 102 107 42 61 23
Binary 1001001 110100 11001 0 11101 1000010 1000111 100010 110001 10011

Color Harmonies of #493419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493419

Black with #493419

Text Example


Text Example

White with #493419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493419; }

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

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

background-color css

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

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

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

border-color css

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

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

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