Html Css Color HEX #472D0C Clinker

📋 copy color: '#472D0C'

red 71 ◦ green 45 ◦ blue 12

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

Shades of Clinker #472D0C

Tints of Clinker #472D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 55.47%
G = 35.16%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#472D0C (or 0x472D0C) is known color: Clinker. HEX triplet: 47, 2D and 0C. RGB value is (71,45,12). Sum of RGB (Red+Green+Blue) = 71+45+12=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D0C is #B8D2F3. Grayscale: #313131. Windows color (decimal): -12112628 or 798023. OLE color: 798023.

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

Color convert

RGB 71 45 12 -
CMYK 0 0.37 0.83 0.72
HSL 33.56º 0.71% 0.16% -
HSV(B) 33.56º 0.83% 0.28% -
XYZ 3.6 3.24 0.78 -
YUV 49.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 71 45 12 0 0.37 0.83 0.72 33.56 0.71 0.16
Hex 47 2D C 0 25 53 48 22 47 10
Octal 107 55 14 0 45 123 110 42 107 20
Binary 1000111 101101 1100 0 100101 1010011 1001000 100010 1000111 10000

Color Harmonies of #472D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D0C

Black with #472D0C

Text Example


Text Example

White with #472D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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