Html Css Color HEX #493A22 Clinker

📋 copy color: '#493A22'

red 73 ◦ green 58 ◦ blue 34

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

Shades of Clinker #493A22

Tints of Clinker #493A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.15%

 BLUE value IS 34 (13.67% from 255) = 20.61%

R = 44.24%
G = 35.15%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#493A22 (or 0x493A22) is known color: Clinker. HEX triplet: 49, 3A and 22. RGB value is (73,58,34). Sum of RGB (Red+Green+Blue) = 73+58+34=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A22 is #B6C5DD. Grayscale: #3B3B3B. Windows color (decimal): -11978206 or 2243145. OLE color: 2243145.

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

Color convert

RGB 73 58 34 -
CMYK 0 0.21 0.53 0.71
HSL 36.92º 0.36% 0.21% -
HSV(B) 36.92º 0.53% 0.29% -
XYZ 4.55 4.56 2.15 -
YUV 59.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 73 58 34 0 0.21 0.53 0.71 36.92 0.36 0.21
Hex 49 3A 22 0 15 35 47 25 24 15
Octal 111 72 42 0 25 65 107 45 44 25
Binary 1001001 111010 100010 0 10101 110101 1000111 100101 100100 10101

Color Harmonies of #493A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A22

Black with #493A22

Text Example


Text Example

White with #493A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493A22; }

 p { color: rgb(73,58,34); }

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

background-color css

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

 a { background-color: rgb(73,58,34); }

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

border-color css

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

 span { border-color: rgb(73,58,34); }

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