Html Css Color HEX #473111 Clinker

📋 copy color: '#473111'

red 71 ◦ green 49 ◦ blue 17

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

Shades of Clinker #473111

Tints of Clinker #473111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 51.82%
G = 35.77%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#473111 (or 0x473111) is known color: Clinker. HEX triplet: 47, 31 and 11. RGB value is (71,49,17). Sum of RGB (Red+Green+Blue) = 71+49+17=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #473111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473111 is #B8CEEE. Grayscale: #343434. Windows color (decimal): -12111599 or 1126727. OLE color: 1126727.

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

Color convert

RGB 71 49 17 -
CMYK 0 0.31 0.76 0.72
HSL 35.56º 0.61% 0.17% -
HSV(B) 35.56º 0.76% 0.28% -
XYZ 3.8 3.58 1.02 -
YUV 51.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 71 49 17 0 0.31 0.76 0.72 35.56 0.61 0.17
Hex 47 31 11 0 1F 4C 48 24 3D 11
Octal 107 61 21 0 37 114 110 44 75 21
Binary 1000111 110001 10001 0 11111 1001100 1001000 100100 111101 10001

Color Harmonies of #473111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473111

Black with #473111

Text Example


Text Example

White with #473111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473111; }

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

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

background-color css

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

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

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

border-color css

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

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

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