Html Css Color HEX #493619 Clinker

📋 copy color: '#493619'

red 73 ◦ green 54 ◦ blue 25

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

Shades of Clinker #493619

Tints of Clinker #493619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.53%

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

R = 48.03%
G = 35.53%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#493619 (or 0x493619) is known color: Clinker. HEX triplet: 49, 36 and 19. RGB value is (73,54,25). Sum of RGB (Red+Green+Blue) = 73+54+25=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #493619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493619 is #B6C9E6. Grayscale: #383838. Windows color (decimal): -11979239 or 1652297. OLE color: 1652297.

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

Color convert

RGB 73 54 25 -
CMYK 0 0.26 0.66 0.71
HSL 36.25º 0.49% 0.19% -
HSV(B) 36.25º 0.66% 0.29% -
XYZ 4.24 4.12 1.49 -
YUV 56.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 73 54 25 0 0.26 0.66 0.71 36.25 0.49 0.19
Hex 49 36 19 0 1A 42 47 24 31 13
Octal 111 66 31 0 32 102 107 44 61 23
Binary 1001001 110110 11001 0 11010 1000010 1000111 100100 110001 10011

Color Harmonies of #493619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493619

Black with #493619

Text Example


Text Example

White with #493619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493619; }

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

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

background-color css

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

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

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

border-color css

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

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

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