Html Css Color HEX #472E09 Clinker

📋 copy color: '#472E09'

red 71 ◦ green 46 ◦ blue 9

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

Shades of Clinker #472E09

Tints of Clinker #472E09

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.51%

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

R = 56.35%
G = 36.51%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472E09 (or 0x472E09) is known color: Clinker. HEX triplet: 47, 2E and 09. RGB value is (71,46,9). Sum of RGB (Red+Green+Blue) = 71+46+9=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E09 is #B8D1F6. Grayscale: #313131. Windows color (decimal): -12112375 or 601671. OLE color: 601671.

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

Color convert

RGB 71 46 9 -
CMYK 0 0.35 0.87 0.72
HSL 35.81º 0.78% 0.16% -
HSV(B) 35.81º 0.87% 0.28% -
XYZ 3.62 3.31 0.71 -
YUV 49.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 71 46 9 0 0.35 0.87 0.72 35.81 0.78 0.16
Hex 47 2E 9 0 23 57 48 24 4E 10
Octal 107 56 11 0 43 127 110 44 116 20
Binary 1000111 101110 1001 0 100011 1010111 1001000 100100 1001110 10000

Color Harmonies of #472E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E09

Black with #472E09

Text Example


Text Example

White with #472E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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