Html Css Color HEX #473315 Clinker

📋 copy color: '#473315'

red 71 ◦ green 51 ◦ blue 21

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

Shades of Clinker #473315

Tints of Clinker #473315

RGB

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

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

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

R = 49.65%
G = 35.66%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#473315 (or 0x473315) is known color: Clinker. HEX triplet: 47, 33 and 15. RGB value is (71,51,21). Sum of RGB (Red+Green+Blue) = 71+51+21=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473315 is #B8CCEA. Grayscale: #353535. Windows color (decimal): -12111083 or 1389383. OLE color: 1389383.

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

Color convert

RGB 71 51 21 -
CMYK 0 0.28 0.70 0.72
HSL 36º 0.54% 0.18% -
HSV(B) 36º 0.7% 0.28% -
XYZ 3.92 3.76 1.23 -
YUV 53.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 71 51 21 0 0.28 0.70 0.72 36 0.54 0.18
Hex 47 33 15 0 1C 46 48 24 36 12
Octal 107 63 25 0 34 106 110 44 66 22
Binary 1000111 110011 10101 0 11100 1000110 1001000 100100 110110 10010

Color Harmonies of #473315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473315

Black with #473315

Text Example


Text Example

White with #473315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473315; }

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

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

background-color css

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

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

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

border-color css

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

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

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