Html Css Color HEX #49341A Clinker

📋 copy color: '#49341A'

red 73 ◦ green 52 ◦ blue 26

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

Shades of Clinker #49341A

Tints of Clinker #49341A

RGB

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

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

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

R = 48.34%
G = 34.44%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49341A (or 0x49341A) is known color: Clinker. HEX triplet: 49, 34 and 1A. RGB value is (73,52,26). Sum of RGB (Red+Green+Blue) = 73+52+26=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49341A is #B6CBE5. Grayscale: #373737. Windows color (decimal): -11979750 or 1717321. OLE color: 1717321.

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

Color convert

RGB 73 52 26 -
CMYK 0 0.29 0.64 0.71
HSL 33.19º 0.47% 0.19% -
HSV(B) 33.19º 0.64% 0.29% -
XYZ 4.16 3.95 1.52 -
YUV 55.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 73 52 26 0 0.29 0.64 0.71 33.19 0.47 0.19
Hex 49 34 1A 0 1D 40 47 21 2F 13
Octal 111 64 32 0 35 100 107 41 57 23
Binary 1001001 110100 11010 0 11101 1000000 1000111 100001 101111 10011

Color Harmonies of #49341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49341A

Black with #49341A

Text Example


Text Example

White with #49341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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