Html Css Color HEX #49361A Clinker

📋 copy color: '#49361A'

red 73 ◦ green 54 ◦ blue 26

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

Shades of Clinker #49361A

Tints of Clinker #49361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

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

R = 47.71%
G = 35.29%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49361A (or 0x49361A) is known color: Clinker. HEX triplet: 49, 36 and 1A. RGB value is (73,54,26). Sum of RGB (Red+Green+Blue) = 73+54+26=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49361A is #B6C9E5. Grayscale: #383838. Windows color (decimal): -11979238 or 1717833. OLE color: 1717833.

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

Color convert

RGB 73 54 26 -
CMYK 0 0.26 0.64 0.71
HSL 35.74º 0.47% 0.19% -
HSV(B) 35.74º 0.64% 0.29% -
XYZ 4.25 4.13 1.55 -
YUV 56.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 73 54 26 0 0.26 0.64 0.71 35.74 0.47 0.19
Hex 49 36 1A 0 1A 40 47 24 2F 13
Octal 111 66 32 0 32 100 107 44 57 23
Binary 1001001 110110 11010 0 11010 1000000 1000111 100100 101111 10011

Color Harmonies of #49361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49361A

Black with #49361A

Text Example


Text Example

White with #49361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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