Html Css Color HEX #473115 Clinker

📋 copy color: '#473115'

red 71 ◦ green 49 ◦ blue 21

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

Shades of Clinker #473115

Tints of Clinker #473115

RGB

 RED value IS 71 (28.13% from 255) = 50.35%

 GREEN value IS 49 (19.53% from 255) = 34.75%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 50.35%
G = 34.75%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#473115 (or 0x473115) is known color: Clinker. HEX triplet: 47, 31 and 15. RGB value is (71,49,21). Sum of RGB (Red+Green+Blue) = 71+49+21=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473115 is #B8CEEA. Grayscale: #343434. Windows color (decimal): -12111595 or 1388871. OLE color: 1388871.

HSL color Cylindrical-coordinate representation of color #473115: hue angle of 33.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #473115 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 21 -
CMYK 0 0.31 0.70 0.72
HSL 33.6º 0.54% 0.18% -
HSV(B) 33.6º 0.7% 0.28% -
XYZ 3.83 3.59 1.2 -
YUV 52.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 71 49 21 0 0.31 0.70 0.72 33.6 0.54 0.18
Hex 47 31 15 0 1F 46 48 22 36 12
Octal 107 61 25 0 37 106 110 42 66 22
Binary 1000111 110001 10101 0 11111 1000110 1001000 100010 110110 10010

Color Harmonies of #473115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473115

Black with #473115

Text Example


Text Example

White with #473115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473115; }

 p { color: rgb(71,49,21); }

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

background-color css

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

 a { background-color: rgb(71,49,21); }

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

border-color css

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

 span { border-color: rgb(71,49,21); }

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