Html Css Color HEX #49300C Clinker

📋 copy color: '#49300C'

red 73 ◦ green 48 ◦ blue 12

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

Shades of Clinker #49300C

Tints of Clinker #49300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.09%

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

R = 54.89%
G = 36.09%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49300C (or 0x49300C) is known color: Clinker. HEX triplet: 49, 30 and 0C. RGB value is (73,48,12). Sum of RGB (Red+Green+Blue) = 73+48+12=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49300C is #B6CFF3. Grayscale: #333333. Windows color (decimal): -11980788 or 798793. OLE color: 798793.

HSL color Cylindrical-coordinate representation of color #49300C: hue angle of 35.41º 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 #49300C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 12 -
CMYK 0 0.34 0.84 0.71
HSL 35.41º 0.72% 0.17% -
HSV(B) 35.41º 0.84% 0.29% -
XYZ 3.87 3.56 0.83 -
YUV 51.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 73 48 12 0 0.34 0.84 0.71 35.41 0.72 0.17
Hex 49 30 C 0 22 54 47 23 48 11
Octal 111 60 14 0 42 124 107 43 110 21
Binary 1001001 110000 1100 0 100010 1010100 1000111 100011 1001000 10001

Color Harmonies of #49300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49300C

Black with #49300C

Text Example


Text Example

White with #49300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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