Html Css Color HEX #49320C Clinker

📋 copy color: '#49320C'

red 73 ◦ green 50 ◦ blue 12

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

Shades of Clinker #49320C

Tints of Clinker #49320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 54.07%
G = 37.04%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49320C (or 0x49320C) is known color: Clinker. HEX triplet: 49, 32 and 0C. RGB value is (73,50,12). Sum of RGB (Red+Green+Blue) = 73+50+12=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49320C is #B6CDF3. Grayscale: #343434. Windows color (decimal): -11980276 or 799305. OLE color: 799305.

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

Color convert

RGB 73 50 12 -
CMYK 0 0.32 0.84 0.71
HSL 37.38º 0.72% 0.17% -
HSV(B) 37.38º 0.84% 0.29% -
XYZ 3.95 3.72 0.86 -
YUV 52.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 73 50 12 0 0.32 0.84 0.71 37.38 0.72 0.17
Hex 49 32 C 0 20 54 47 25 48 11
Octal 111 62 14 0 40 124 107 45 110 21
Binary 1001001 110010 1100 0 100000 1010100 1000111 100101 1001000 10001

Color Harmonies of #49320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49320C

Black with #49320C

Text Example


Text Example

White with #49320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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