Html Css Color HEX #473313 Clinker

📋 copy color: '#473313'

red 71 ◦ green 51 ◦ blue 19

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

Shades of Clinker #473313

Tints of Clinker #473313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 50.35%
G = 36.17%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#473313 (or 0x473313) is known color: Clinker. HEX triplet: 47, 33 and 13. RGB value is (71,51,19). Sum of RGB (Red+Green+Blue) = 71+51+19=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473313 is #B8CCEC. Grayscale: #353535. Windows color (decimal): -12111085 or 1258311. OLE color: 1258311.

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

Color convert

RGB 71 51 19 -
CMYK 0 0.28 0.73 0.72
HSL 36.92º 0.58% 0.18% -
HSV(B) 36.92º 0.73% 0.28% -
XYZ 3.9 3.75 1.14 -
YUV 53.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 71 51 19 0 0.28 0.73 0.72 36.92 0.58 0.18
Hex 47 33 13 0 1C 49 48 25 3A 12
Octal 107 63 23 0 34 111 110 45 72 22
Binary 1000111 110011 10011 0 11100 1001001 1001000 100101 111010 10010

Color Harmonies of #473313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473313

Black with #473313

Text Example


Text Example

White with #473313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473313; }

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

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

background-color css

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

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

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

border-color css

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

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

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