Html Css Color HEX #493208 Clinker

📋 copy color: '#493208'

red 73 ◦ green 50 ◦ blue 8

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

Shades of Clinker #493208

Tints of Clinker #493208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.11%

R = 55.73%
G = 38.17%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#493208 (or 0x493208) is known color: Clinker. HEX triplet: 49, 32 and 08. RGB value is (73,50,8). Sum of RGB (Red+Green+Blue) = 73+50+8=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #493208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493208 is #B6CDF7. Grayscale: #343434. Windows color (decimal): -11980280 or 537161. OLE color: 537161.

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

Color convert

RGB 73 50 8 -
CMYK 0 0.32 0.89 0.71
HSL 38.77º 0.8% 0.16% -
HSV(B) 38.77º 0.89% 0.29% -
XYZ 3.93 3.72 0.74 -
YUV 52.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 73 50 8 0 0.32 0.89 0.71 38.77 0.8 0.16
Hex 49 32 8 0 20 59 47 27 50 10
Octal 111 62 10 0 40 131 107 47 120 20
Binary 1001001 110010 1000 0 100000 1011001 1000111 100111 1010000 10000

Color Harmonies of #493208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493208

Black with #493208

Text Example


Text Example

White with #493208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493208; }

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

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

background-color css

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

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

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

border-color css

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

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

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