Html Css Color HEX #472F0C Clinker

📋 copy color: '#472F0C'

red 71 ◦ green 47 ◦ blue 12

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

Shades of Clinker #472F0C

Tints of Clinker #472F0C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 36.15%

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

R = 54.62%
G = 36.15%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#472F0C (or 0x472F0C) is known color: Clinker. HEX triplet: 47, 2F and 0C. RGB value is (71,47,12). Sum of RGB (Red+Green+Blue) = 71+47+12=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F0C is #B8D0F3. Grayscale: #323232. Windows color (decimal): -12112116 or 798535. OLE color: 798535.

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

Color convert

RGB 71 47 12 -
CMYK 0 0.34 0.83 0.72
HSL 35.59º 0.71% 0.16% -
HSV(B) 35.59º 0.83% 0.28% -
XYZ 3.68 3.4 0.81 -
YUV 50.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 71 47 12 0 0.34 0.83 0.72 35.59 0.71 0.16
Hex 47 2F C 0 22 53 48 24 47 10
Octal 107 57 14 0 42 123 110 44 107 20
Binary 1000111 101111 1100 0 100010 1010011 1001000 100100 1000111 10000

Color Harmonies of #472F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F0C

Black with #472F0C

Text Example


Text Example

White with #472F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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