Html Css Color HEX #473119 Clinker

📋 copy color: '#473119'

red 71 ◦ green 49 ◦ blue 25

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

Shades of Clinker #473119

Tints of Clinker #473119

RGB

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

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

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

R = 48.97%
G = 33.79%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#473119 (or 0x473119) is known color: Clinker. HEX triplet: 47, 31 and 19. RGB value is (71,49,25). Sum of RGB (Red+Green+Blue) = 71+49+25=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473119 is #B8CEE6. Grayscale: #343434. Windows color (decimal): -12111591 or 1651015. OLE color: 1651015.

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

Color convert

RGB 71 49 25 -
CMYK 0 0.31 0.65 0.72
HSL 31.3º 0.48% 0.19% -
HSV(B) 31.3º 0.65% 0.28% -
XYZ 3.87 3.61 1.41 -
YUV 52.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 71 49 25 0 0.31 0.65 0.72 31.3 0.48 0.19
Hex 47 31 19 0 1F 41 48 1F 30 13
Octal 107 61 31 0 37 101 110 37 60 23
Binary 1000111 110001 11001 0 11111 1000001 1001000 11111 110000 10011

Color Harmonies of #473119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473119

Black with #473119

Text Example


Text Example

White with #473119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473119; }

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

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

background-color css

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

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

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

border-color css

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

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

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