Html Css Color HEX #472D06 Clinker

📋 copy color: '#472D06'

red 71 ◦ green 45 ◦ blue 6

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

Shades of Clinker #472D06

Tints of Clinker #472D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 58.2%
G = 36.89%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#472D06 (or 0x472D06) is known color: Clinker. HEX triplet: 47, 2D and 06. RGB value is (71,45,6). Sum of RGB (Red+Green+Blue) = 71+45+6=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D06 is #B8D2F9. Grayscale: #303030. Windows color (decimal): -12112634 or 404807. OLE color: 404807.

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

Color convert

RGB 71 45 6 -
CMYK 0 0.37 0.92 0.72
HSL 36º 0.84% 0.15% -
HSV(B) 36º 0.92% 0.28% -
XYZ 3.57 3.23 0.61 -
YUV 48.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 71 45 6 0 0.37 0.92 0.72 36 0.84 0.15
Hex 47 2D 6 0 25 5C 48 24 54 F
Octal 107 55 6 0 45 134 110 44 124 17
Binary 1000111 101101 110 0 100101 1011100 1001000 100100 1010100 1111

Color Harmonies of #472D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D06

Black with #472D06

Text Example


Text Example

White with #472D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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