Html Css Color HEX #472D09 Clinker

📋 copy color: '#472D09'

red 71 ◦ green 45 ◦ blue 9

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

Shades of Clinker #472D09

Tints of Clinker #472D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.2%

R = 56.8%
G = 36%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472D09 (or 0x472D09) is known color: Clinker. HEX triplet: 47, 2D and 09. RGB value is (71,45,9). Sum of RGB (Red+Green+Blue) = 71+45+9=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D09 is #B8D2F6. Grayscale: #303030. Windows color (decimal): -12112631 or 601415. OLE color: 601415.

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

Color convert

RGB 71 45 9 -
CMYK 0 0.37 0.87 0.72
HSL 34.84º 0.78% 0.16% -
HSV(B) 34.84º 0.87% 0.28% -
XYZ 3.59 3.24 0.69 -
YUV 48.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 71 45 9 0 0.37 0.87 0.72 34.84 0.78 0.16
Hex 47 2D 9 0 25 57 48 23 4E 10
Octal 107 55 11 0 45 127 110 43 116 20
Binary 1000111 101101 1001 0 100101 1010111 1001000 100011 1001110 10000

Color Harmonies of #472D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D09

Black with #472D09

Text Example


Text Example

White with #472D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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