Html Css Color HEX #493819 Clinker

📋 copy color: '#493819'

red 73 ◦ green 56 ◦ blue 25

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

Shades of Clinker #493819

Tints of Clinker #493819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.36%

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

R = 47.4%
G = 36.36%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#493819 (or 0x493819) is known color: Clinker. HEX triplet: 49, 38 and 19. RGB value is (73,56,25). Sum of RGB (Red+Green+Blue) = 73+56+25=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493819 is #B6C7E6. Grayscale: #393939. Windows color (decimal): -11978727 or 1652809. OLE color: 1652809.

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

Color convert

RGB 73 56 25 -
CMYK 0 0.23 0.66 0.71
HSL 38.75º 0.49% 0.19% -
HSV(B) 38.75º 0.66% 0.29% -
XYZ 4.34 4.32 1.52 -
YUV 57.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 73 56 25 0 0.23 0.66 0.71 38.75 0.49 0.19
Hex 49 38 19 0 17 42 47 27 31 13
Octal 111 70 31 0 27 102 107 47 61 23
Binary 1001001 111000 11001 0 10111 1000010 1000111 100111 110001 10011

Color Harmonies of #493819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493819

Black with #493819

Text Example


Text Example

White with #493819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493819; }

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

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

background-color css

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

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

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

border-color css

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

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

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