Html Css Color HEX #472D00 Clinker

📋 copy color: '#472D00'

red 71 ◦ green 45 ◦ blue 0

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

Shades of Clinker #472D00

Tints of Clinker #472D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.21%
G = 38.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#472D00 (or 0x472D00) is known color: Clinker. HEX triplet: 47, 2D and 00. RGB value is (71,45,0). Sum of RGB (Red+Green+Blue) = 71+45+0=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D00 is #B8D2FF. Grayscale: #2F2F2F. Windows color (decimal): -12112640 or 11591. OLE color: 11591.

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

Color convert

RGB 71 45 0 -
CMYK 0 0.37 1 0.72
HSL 38.03º 1% 0.14% -
HSV(B) 38.03º 1% 0.28% -
XYZ 3.54 3.22 0.43 -
YUV 47.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 71 45 0 0 0.37 1 0.72 38.03 1 0.14
Hex 47 2D 0 0 25 64 48 26 64 E
Octal 107 55 0 0 45 144 110 46 144 16
Binary 1000111 101101 0 0 100101 1100100 1001000 100110 1100100 1110

Color Harmonies of #472D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D00

Black with #472D00

Text Example


Text Example

White with #472D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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