Html Css Color HEX #49320F Clinker

📋 copy color: '#49320F'

red 73 ◦ green 50 ◦ blue 15

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

Shades of Clinker #49320F

Tints of Clinker #49320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 52.9%
G = 36.23%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49320F (or 0x49320F) is known color: Clinker. HEX triplet: 49, 32 and 0F. RGB value is (73,50,15). Sum of RGB (Red+Green+Blue) = 73+50+15=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49320F is #B6CDF0. Grayscale: #353535. Windows color (decimal): -11980273 or 995913. OLE color: 995913.

HSL color Cylindrical-coordinate representation of color #49320F: hue angle of 36.21º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49320F is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 15 -
CMYK 0 0.32 0.79 0.71
HSL 36.21º 0.66% 0.17% -
HSV(B) 36.21º 0.79% 0.29% -
XYZ 3.97 3.73 0.96 -
YUV 52.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 73 50 15 0 0.32 0.79 0.71 36.21 0.66 0.17
Hex 49 32 F 0 20 4F 47 24 42 11
Octal 111 62 17 0 40 117 107 44 102 21
Binary 1001001 110010 1111 0 100000 1001111 1000111 100100 1000010 10001

Color Harmonies of #49320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49320F

Black with #49320F

Text Example


Text Example

White with #49320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49320F; }

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

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

background-color css

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

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

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

border-color css

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

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

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