Html Css Color HEX #473117 Clinker

📋 copy color: '#473117'

red 71 ◦ green 49 ◦ blue 23

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

Shades of Clinker #473117

Tints of Clinker #473117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.08%

R = 49.65%
G = 34.27%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#473117 (or 0x473117) is known color: Clinker. HEX triplet: 47, 31 and 17. RGB value is (71,49,23). Sum of RGB (Red+Green+Blue) = 71+49+23=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473117 is #B8CEE8. Grayscale: #343434. Windows color (decimal): -12111593 or 1519943. OLE color: 1519943.

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

Color convert

RGB 71 49 23 -
CMYK 0 0.31 0.68 0.72
HSL 32.5º 0.51% 0.18% -
HSV(B) 32.5º 0.68% 0.28% -
XYZ 3.85 3.6 1.3 -
YUV 52.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 71 49 23 0 0.31 0.68 0.72 32.5 0.51 0.18
Hex 47 31 17 0 1F 44 48 20 33 12
Octal 107 61 27 0 37 104 110 40 63 22
Binary 1000111 110001 10111 0 11111 1000100 1001000 100000 110011 10010

Color Harmonies of #473117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473117

Black with #473117

Text Example


Text Example

White with #473117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473117; }

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

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

background-color css

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

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

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

border-color css

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

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

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