Html Css Color HEX #473215 Clinker

📋 copy color: '#473215'

red 71 ◦ green 50 ◦ blue 21

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

Shades of Clinker #473215

Tints of Clinker #473215

RGB

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

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

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

R = 50%
G = 35.21%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#473215 (or 0x473215) is known color: Clinker. HEX triplet: 47, 32 and 15. RGB value is (71,50,21). Sum of RGB (Red+Green+Blue) = 71+50+21=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #473215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473215 is #B8CDEA. Grayscale: #353535. Windows color (decimal): -12111339 or 1389127. OLE color: 1389127.

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

Color convert

RGB 71 50 21 -
CMYK 0 0.30 0.70 0.72
HSL 34.8º 0.54% 0.18% -
HSV(B) 34.8º 0.7% 0.28% -
XYZ 3.87 3.67 1.21 -
YUV 52.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 71 50 21 0 0.30 0.70 0.72 34.8 0.54 0.18
Hex 47 32 15 0 1E 46 48 23 36 12
Octal 107 62 25 0 36 106 110 43 66 22
Binary 1000111 110010 10101 0 11110 1000110 1001000 100011 110110 10010

Color Harmonies of #473215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473215

Black with #473215

Text Example


Text Example

White with #473215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473215; }

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

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

background-color css

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

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

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

border-color css

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

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

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