Html Css Color HEX #472D0A Clinker

📋 copy color: '#472D0A'

red 71 ◦ green 45 ◦ blue 10

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

Shades of Clinker #472D0A

Tints of Clinker #472D0A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 35.71%

 BLUE value IS 10 (4.3% from 255) = 7.94%

R = 56.35%
G = 35.71%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#472D0A (or 0x472D0A) is known color: Clinker. HEX triplet: 47, 2D and 0A. RGB value is (71,45,10). Sum of RGB (Red+Green+Blue) = 71+45+10=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D0A is #B8D2F5. Grayscale: #303030. Windows color (decimal): -12112630 or 666951. OLE color: 666951.

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

Color convert

RGB 71 45 10 -
CMYK 0 0.37 0.86 0.72
HSL 34.43º 0.75% 0.16% -
HSV(B) 34.43º 0.86% 0.28% -
XYZ 3.59 3.24 0.72 -
YUV 48.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 71 45 10 0 0.37 0.86 0.72 34.43 0.75 0.16
Hex 47 2D A 0 25 56 48 22 4B 10
Octal 107 55 12 0 45 126 110 42 113 20
Binary 1000111 101101 1010 0 100101 1010110 1001000 100010 1001011 10000

Color Harmonies of #472D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D0A

Black with #472D0A

Text Example


Text Example

White with #472D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,10); }

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

background-color css

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

 a { background-color: rgb(71,45,10); }

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

border-color css

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

 span { border-color: rgb(71,45,10); }

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