Html Css Color HEX #49331A Clinker

📋 copy color: '#49331A'

red 73 ◦ green 51 ◦ blue 26

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

Shades of Clinker #49331A

Tints of Clinker #49331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34%

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

R = 48.67%
G = 34%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49331A (or 0x49331A) is known color: Clinker. HEX triplet: 49, 33 and 1A. RGB value is (73,51,26). Sum of RGB (Red+Green+Blue) = 73+51+26=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49331A is #B6CCE5. Grayscale: #363636. Windows color (decimal): -11980006 or 1717065. OLE color: 1717065.

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

Color convert

RGB 73 51 26 -
CMYK 0 0.30 0.64 0.71
HSL 31.91º 0.47% 0.19% -
HSV(B) 31.91º 0.64% 0.29% -
XYZ 4.12 3.86 1.51 -
YUV 54.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 73 51 26 0 0.30 0.64 0.71 31.91 0.47 0.19
Hex 49 33 1A 0 1E 40 47 20 2F 13
Octal 111 63 32 0 36 100 107 40 57 23
Binary 1001001 110011 11010 0 11110 1000000 1000111 100000 101111 10011

Color Harmonies of #49331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49331A

Black with #49331A

Text Example


Text Example

White with #49331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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