Html Css Color HEX #472F13 Clinker

📋 copy color: '#472F13'

red 71 ◦ green 47 ◦ blue 19

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

Shades of Clinker #472F13

Tints of Clinker #472F13

RGB

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

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

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

R = 51.82%
G = 34.31%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472F13 (or 0x472F13) is known color: Clinker. HEX triplet: 47, 2F and 13. RGB value is (71,47,19). Sum of RGB (Red+Green+Blue) = 71+47+19=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F13 is #B8D0EC. Grayscale: #333333. Windows color (decimal): -12112109 or 1257287. OLE color: 1257287.

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

Color convert

RGB 71 47 19 -
CMYK 0 0.34 0.73 0.72
HSL 32.31º 0.58% 0.18% -
HSV(B) 32.31º 0.73% 0.28% -
XYZ 3.73 3.42 1.08 -
YUV 50.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 71 47 19 0 0.34 0.73 0.72 32.31 0.58 0.18
Hex 47 2F 13 0 22 49 48 20 3A 12
Octal 107 57 23 0 42 111 110 40 72 22
Binary 1000111 101111 10011 0 100010 1001001 1001000 100000 111010 10010

Color Harmonies of #472F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F13

Black with #472F13

Text Example


Text Example

White with #472F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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