Html Css Color HEX #49341E Clinker

📋 copy color: '#49341E'

red 73 ◦ green 52 ◦ blue 30

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

Shades of Clinker #49341E

Tints of Clinker #49341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 47.1%
G = 33.55%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49341E (or 0x49341E) is known color: Clinker. HEX triplet: 49, 34 and 1E. RGB value is (73,52,30). Sum of RGB (Red+Green+Blue) = 73+52+30=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49341E is #B6CBE1. Grayscale: #373737. Windows color (decimal): -11979746 or 1979465. OLE color: 1979465.

HSL color Cylindrical-coordinate representation of color #49341E: hue angle of 30.7º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49341E is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 52 30 -
CMYK 0 0.29 0.59 0.71
HSL 30.7º 0.42% 0.2% -
HSV(B) 30.7º 0.59% 0.29% -
XYZ 4.21 3.97 1.77 -
YUV 55.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 73 52 30 0 0.29 0.59 0.71 30.7 0.42 0.2
Hex 49 34 1E 0 1D 3B 47 1F 2A 14
Octal 111 64 36 0 35 73 107 37 52 24
Binary 1001001 110100 11110 0 11101 111011 1000111 11111 101010 10100

Color Harmonies of #49341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49341E

Black with #49341E

Text Example


Text Example

White with #49341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49341E; }

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

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

background-color css

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

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

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

border-color css

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

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

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