Html Css Color HEX #473319 Clinker

📋 copy color: '#473319'

red 71 ◦ green 51 ◦ blue 25

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

Shades of Clinker #473319

Tints of Clinker #473319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 48.3%
G = 34.69%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#473319 (or 0x473319) is known color: Clinker. HEX triplet: 47, 33 and 19. RGB value is (71,51,25). Sum of RGB (Red+Green+Blue) = 71+51+25=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #473319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473319 is #B8CCE6. Grayscale: #363636. Windows color (decimal): -12111079 or 1651527. OLE color: 1651527.

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

Color convert

RGB 71 51 25 -
CMYK 0 0.28 0.65 0.72
HSL 33.91º 0.48% 0.19% -
HSV(B) 33.91º 0.65% 0.28% -
XYZ 3.96 3.78 1.44 -
YUV 54.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 71 51 25 0 0.28 0.65 0.72 33.91 0.48 0.19
Hex 47 33 19 0 1C 41 48 22 30 13
Octal 107 63 31 0 34 101 110 42 60 23
Binary 1000111 110011 11001 0 11100 1000001 1001000 100010 110000 10011

Color Harmonies of #473319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473319

Black with #473319

Text Example


Text Example

White with #473319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473319; }

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

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

background-color css

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

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

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

border-color css

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

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

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