Html Css Color HEX #472F0D Clinker

📋 copy color: '#472F0D'

red 71 ◦ green 47 ◦ blue 13

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

Shades of Clinker #472F0D

Tints of Clinker #472F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 54.2%
G = 35.88%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#472F0D (or 0x472F0D) is known color: Clinker. HEX triplet: 47, 2F and 0D. RGB value is (71,47,13). Sum of RGB (Red+Green+Blue) = 71+47+13=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F0D is #B8D0F2. Grayscale: #323232. Windows color (decimal): -12112115 or 864071. OLE color: 864071.

HSL color Cylindrical-coordinate representation of color #472F0D: hue angle of 35.17º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #472F0D is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 13 -
CMYK 0 0.34 0.82 0.72
HSL 35.17º 0.69% 0.16% -
HSV(B) 35.17º 0.82% 0.28% -
XYZ 3.69 3.4 0.84 -
YUV 50.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 71 47 13 0 0.34 0.82 0.72 35.17 0.69 0.16
Hex 47 2F D 0 22 52 48 23 45 10
Octal 107 57 15 0 42 122 110 43 105 20
Binary 1000111 101111 1101 0 100010 1010010 1001000 100011 1000101 10000

Color Harmonies of #472F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F0D

Black with #472F0D

Text Example


Text Example

White with #472F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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