Html Css Color HEX #493207 Clinker

📋 copy color: '#493207'

red 73 ◦ green 50 ◦ blue 7

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

Shades of Clinker #493207

Tints of Clinker #493207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.38%

R = 56.15%
G = 38.46%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#493207 (or 0x493207) is known color: Clinker. HEX triplet: 49, 32 and 07. RGB value is (73,50,7). Sum of RGB (Red+Green+Blue) = 73+50+7=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #493207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493207 is #B6CDF8. Grayscale: #343434. Windows color (decimal): -11980281 or 471625. OLE color: 471625.

HSL color Cylindrical-coordinate representation of color #493207: hue angle of 39.09º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #493207 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 7 -
CMYK 0 0.32 0.90 0.71
HSL 39.09º 0.83% 0.16% -
HSV(B) 39.09º 0.9% 0.29% -
XYZ 3.93 3.71 0.71 -
YUV 51.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 73 50 7 0 0.32 0.90 0.71 39.09 0.83 0.16
Hex 49 32 7 0 20 5A 47 27 52 10
Octal 111 62 7 0 40 132 107 47 122 20
Binary 1001001 110010 111 0 100000 1011010 1000111 100111 1010010 10000

Color Harmonies of #493207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493207

Black with #493207

Text Example


Text Example

White with #493207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493207; }

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

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

background-color css

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

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

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

border-color css

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

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

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