Html Css Color HEX #49340F Clinker

📋 copy color: '#49340F'

red 73 ◦ green 52 ◦ blue 15

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

Shades of Clinker #49340F

Tints of Clinker #49340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

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

R = 52.14%
G = 37.14%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49340F (or 0x49340F) is known color: Clinker. HEX triplet: 49, 34 and 0F. RGB value is (73,52,15). Sum of RGB (Red+Green+Blue) = 73+52+15=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49340F is #B6CBF0. Grayscale: #363636. Windows color (decimal): -11979761 or 996425. OLE color: 996425.

HSL color Cylindrical-coordinate representation of color #49340F: hue angle of 38.28º 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 #49340F is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 52 15 -
CMYK 0 0.29 0.79 0.71
HSL 38.28º 0.66% 0.17% -
HSV(B) 38.28º 0.79% 0.29% -
XYZ 4.06 3.91 0.99 -
YUV 54.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 73 52 15 0 0.29 0.79 0.71 38.28 0.66 0.17
Hex 49 34 F 0 1D 4F 47 26 42 11
Octal 111 64 17 0 35 117 107 46 102 21
Binary 1001001 110100 1111 0 11101 1001111 1000111 100110 1000010 10001

Color Harmonies of #49340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49340F

Black with #49340F

Text Example


Text Example

White with #49340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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