Html Css Color HEX #49321A Clinker

📋 copy color: '#49321A'

red 73 ◦ green 50 ◦ blue 26

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

Shades of Clinker #49321A

Tints of Clinker #49321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.56%

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

R = 48.99%
G = 33.56%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49321A (or 0x49321A) is known color: Clinker. HEX triplet: 49, 32 and 1A. RGB value is (73,50,26). Sum of RGB (Red+Green+Blue) = 73+50+26=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49321A is #B6CDE5. Grayscale: #363636. Windows color (decimal): -11980262 or 1716809. OLE color: 1716809.

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

Color convert

RGB 73 50 26 -
CMYK 0 0.32 0.64 0.71
HSL 30.64º 0.47% 0.19% -
HSV(B) 30.64º 0.64% 0.29% -
XYZ 4.07 3.77 1.49 -
YUV 54.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 73 50 26 0 0.32 0.64 0.71 30.64 0.47 0.19
Hex 49 32 1A 0 20 40 47 1F 2F 13
Octal 111 62 32 0 40 100 107 37 57 23
Binary 1001001 110010 11010 0 100000 1000000 1000111 11111 101111 10011

Color Harmonies of #49321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49321A

Black with #49321A

Text Example


Text Example

White with #49321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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