Html Css Color HEX #472F19 Clinker

📋 copy color: '#472F19'

red 71 ◦ green 47 ◦ blue 25

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

Shades of Clinker #472F19

Tints of Clinker #472F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.87%

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

R = 49.65%
G = 32.87%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#472F19 (or 0x472F19) is known color: Clinker. HEX triplet: 47, 2F and 19. RGB value is (71,47,25). Sum of RGB (Red+Green+Blue) = 71+47+25=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #472F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F19 is #B8D0E6. Grayscale: #333333. Windows color (decimal): -12112103 or 1650503. OLE color: 1650503.

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

Color convert

RGB 71 47 25 -
CMYK 0 0.34 0.65 0.72
HSL 28.7º 0.48% 0.19% -
HSV(B) 28.7º 0.65% 0.28% -
XYZ 3.79 3.44 1.38 -
YUV 51.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 71 47 25 0 0.34 0.65 0.72 28.7 0.48 0.19
Hex 47 2F 19 0 22 41 48 1D 30 13
Octal 107 57 31 0 42 101 110 35 60 23
Binary 1000111 101111 11001 0 100010 1000001 1001000 11101 110000 10011

Color Harmonies of #472F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F19

Black with #472F19

Text Example


Text Example

White with #472F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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