Html Css Color HEX #493922 Clinker

📋 copy color: '#493922'

red 73 ◦ green 57 ◦ blue 34

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

Shades of Clinker #493922

Tints of Clinker #493922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.76%

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

R = 44.51%
G = 34.76%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#493922 (or 0x493922) is known color: Clinker. HEX triplet: 49, 39 and 22. RGB value is (73,57,34). Sum of RGB (Red+Green+Blue) = 73+57+34=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493922 is #B6C6DD. Grayscale: #3B3B3B. Windows color (decimal): -11978462 or 2242889. OLE color: 2242889.

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

Color convert

RGB 73 57 34 -
CMYK 0 0.22 0.53 0.71
HSL 35.38º 0.36% 0.21% -
HSV(B) 35.38º 0.53% 0.29% -
XYZ 4.5 4.46 2.14 -
YUV 59.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 73 57 34 0 0.22 0.53 0.71 35.38 0.36 0.21
Hex 49 39 22 0 16 35 47 23 24 15
Octal 111 71 42 0 26 65 107 43 44 25
Binary 1001001 111001 100010 0 10110 110101 1000111 100011 100100 10101

Color Harmonies of #493922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493922

Black with #493922

Text Example


Text Example

White with #493922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493922; }

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

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

background-color css

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

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

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

border-color css

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

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

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