Html Css Color HEX #473515 Clinker

📋 copy color: '#473515'

red 71 ◦ green 53 ◦ blue 21

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

Shades of Clinker #473515

Tints of Clinker #473515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.55%

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

R = 48.97%
G = 36.55%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#473515 (or 0x473515) is known color: Clinker. HEX triplet: 47, 35 and 15. RGB value is (71,53,21). Sum of RGB (Red+Green+Blue) = 71+53+21=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473515 is #B8CAEA. Grayscale: #363636. Windows color (decimal): -12110571 or 1389895. OLE color: 1389895.

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

Color convert

RGB 71 53 21 -
CMYK 0 0.25 0.70 0.72
HSL 38.4º 0.54% 0.18% -
HSV(B) 38.4º 0.7% 0.28% -
XYZ 4.01 3.94 1.26 -
YUV 54.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 71 53 21 0 0.25 0.70 0.72 38.4 0.54 0.18
Hex 47 35 15 0 19 46 48 26 36 12
Octal 107 65 25 0 31 106 110 46 66 22
Binary 1000111 110101 10101 0 11001 1000110 1001000 100110 110110 10010

Color Harmonies of #473515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473515

Black with #473515

Text Example


Text Example

White with #473515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473515; }

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

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

background-color css

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

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

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

border-color css

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

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

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