Html Css Color HEX #493214 Clinker

📋 copy color: '#493214'

red 73 ◦ green 50 ◦ blue 20

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

Shades of Clinker #493214

Tints of Clinker #493214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 51.05%
G = 34.97%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#493214 (or 0x493214) is known color: Clinker. HEX triplet: 49, 32 and 14. RGB value is (73,50,20). Sum of RGB (Red+Green+Blue) = 73+50+20=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493214 is #B6CDEB. Grayscale: #353535. Windows color (decimal): -11980268 or 1323593. OLE color: 1323593.

HSL color Cylindrical-coordinate representation of color #493214: hue angle of 33.96º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493214 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 20 -
CMYK 0 0.32 0.73 0.71
HSL 33.96º 0.57% 0.18% -
HSV(B) 33.96º 0.73% 0.29% -
XYZ 4.01 3.75 1.17 -
YUV 53.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 73 50 20 0 0.32 0.73 0.71 33.96 0.57 0.18
Hex 49 32 14 0 20 49 47 22 39 12
Octal 111 62 24 0 40 111 107 42 71 22
Binary 1001001 110010 10100 0 100000 1001001 1000111 100010 111001 10010

Color Harmonies of #493214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493214

Black with #493214

Text Example


Text Example

White with #493214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493214; }

 p { color: rgb(73,50,20); }

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

background-color css

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

 a { background-color: rgb(73,50,20); }

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

border-color css

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

 span { border-color: rgb(73,50,20); }

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