Html Css Color HEX #473011 Clinker

📋 copy color: '#473011'

red 71 ◦ green 48 ◦ blue 17

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

Shades of Clinker #473011

Tints of Clinker #473011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

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

R = 52.21%
G = 35.29%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#473011 (or 0x473011) is known color: Clinker. HEX triplet: 47, 30 and 11. RGB value is (71,48,17). Sum of RGB (Red+Green+Blue) = 71+48+17=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #473011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473011 is #B8CFEE. Grayscale: #333333. Windows color (decimal): -12111855 or 1126471. OLE color: 1126471.

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

Color convert

RGB 71 48 17 -
CMYK 0 0.32 0.76 0.72
HSL 34.44º 0.61% 0.17% -
HSV(B) 34.44º 0.76% 0.28% -
XYZ 3.76 3.49 1.01 -
YUV 51.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 71 48 17 0 0.32 0.76 0.72 34.44 0.61 0.17
Hex 47 30 11 0 20 4C 48 22 3D 11
Octal 107 60 21 0 40 114 110 42 75 21
Binary 1000111 110000 10001 0 100000 1001100 1001000 100010 111101 10001

Color Harmonies of #473011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473011

Black with #473011

Text Example


Text Example

White with #473011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473011; }

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

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

background-color css

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

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

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

border-color css

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

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

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