Html Css Color HEX #49351A Clinker

📋 copy color: '#49351A'

red 73 ◦ green 53 ◦ blue 26

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

Shades of Clinker #49351A

Tints of Clinker #49351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 48.03%
G = 34.87%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49351A (or 0x49351A) is known color: Clinker. HEX triplet: 49, 35 and 1A. RGB value is (73,53,26). Sum of RGB (Red+Green+Blue) = 73+53+26=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49351A is #B6CAE5. Grayscale: #383838. Windows color (decimal): -11979494 or 1717577. OLE color: 1717577.

HSL color Cylindrical-coordinate representation of color #49351A: hue angle of 34.47º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49351A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 53 26 -
CMYK 0 0.27 0.64 0.71
HSL 34.47º 0.47% 0.19% -
HSV(B) 34.47º 0.64% 0.29% -
XYZ 4.21 4.04 1.53 -
YUV 55.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 73 53 26 0 0.27 0.64 0.71 34.47 0.47 0.19
Hex 49 35 1A 0 1B 40 47 22 2F 13
Octal 111 65 32 0 33 100 107 42 57 23
Binary 1001001 110101 11010 0 11011 1000000 1000111 100010 101111 10011

Color Harmonies of #49351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49351A

Black with #49351A

Text Example


Text Example

White with #49351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49351A; }

 p { color: rgb(73,53,26); }

 H1.HeaderClassName
 {
   color: #49351A;
 }
 .AnyTagClassName
 {
   color: #49351A;
 }
</style>

background-color css

<style>
 a { background-color: #49351A; }

 a { background-color: rgb(73,53,26); }

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

border-color css

<style>
 span { border-color: #49351A; }

 span { border-color: rgb(73,53,26); }

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