Html Css Color HEX #473015 Clinker

📋 copy color: '#473015'

red 71 ◦ green 48 ◦ blue 21

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

Shades of Clinker #473015

Tints of Clinker #473015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

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

R = 50.71%
G = 34.29%
B = 15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#473015 (or 0x473015) is known color: Clinker. HEX triplet: 47, 30 and 15. RGB value is (71,48,21). Sum of RGB (Red+Green+Blue) = 71+48+21=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473015 is #B8CFEA. Grayscale: #333333. Windows color (decimal): -12111851 or 1388615. OLE color: 1388615.

HSL color Cylindrical-coordinate representation of color #473015: hue angle of 32.4º 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 #473015 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 21 -
CMYK 0 0.32 0.70 0.72
HSL 32.4º 0.54% 0.18% -
HSV(B) 32.4º 0.7% 0.28% -
XYZ 3.79 3.51 1.19 -
YUV 51.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 71 48 21 0 0.32 0.70 0.72 32.4 0.54 0.18
Hex 47 30 15 0 20 46 48 20 36 12
Octal 107 60 25 0 40 106 110 40 66 22
Binary 1000111 110000 10101 0 100000 1000110 1001000 100000 110110 10010

Color Harmonies of #473015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473015

Black with #473015

Text Example


Text Example

White with #473015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473015; }

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

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

background-color css

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

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

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

border-color css

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

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

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