Html Css Color HEX #493722 Clinker

📋 copy color: '#493722'

red 73 ◦ green 55 ◦ blue 34

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

Shades of Clinker #493722

Tints of Clinker #493722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.95%

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

R = 45.06%
G = 33.95%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#493722 (or 0x493722) is known color: Clinker. HEX triplet: 49, 37 and 22. RGB value is (73,55,34). Sum of RGB (Red+Green+Blue) = 73+55+34=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #493722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493722 is #B6C8DD. Grayscale: #3A3A3A. Windows color (decimal): -11978974 or 2242377. OLE color: 2242377.

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

Color convert

RGB 73 55 34 -
CMYK 0 0.25 0.53 0.71
HSL 32.31º 0.36% 0.21% -
HSV(B) 32.31º 0.53% 0.29% -
XYZ 4.4 4.26 2.1 -
YUV 57.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 73 55 34 0 0.25 0.53 0.71 32.31 0.36 0.21
Hex 49 37 22 0 19 35 47 20 24 15
Octal 111 67 42 0 31 65 107 40 44 25
Binary 1001001 110111 100010 0 11001 110101 1000111 100000 100100 10101

Color Harmonies of #493722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493722

Black with #493722

Text Example


Text Example

White with #493722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493722; }

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

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

background-color css

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

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

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

border-color css

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

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

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