Html Css Color HEX #472F08 Clinker

📋 copy color: '#472F08'

red 71 ◦ green 47 ◦ blue 8

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

Shades of Clinker #472F08

Tints of Clinker #472F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.35%

R = 56.35%
G = 37.3%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#472F08 (or 0x472F08) is known color: Clinker. HEX triplet: 47, 2F and 08. RGB value is (71,47,8). Sum of RGB (Red+Green+Blue) = 71+47+8=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F08 is #B8D0F7. Grayscale: #313131. Windows color (decimal): -12112120 or 536391. OLE color: 536391.

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

Color convert

RGB 71 47 8 -
CMYK 0 0.34 0.89 0.72
HSL 37.14º 0.8% 0.15% -
HSV(B) 37.14º 0.89% 0.28% -
XYZ 3.66 3.39 0.69 -
YUV 49.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 71 47 8 0 0.34 0.89 0.72 37.14 0.8 0.15
Hex 47 2F 8 0 22 59 48 25 50 F
Octal 107 57 10 0 42 131 110 45 120 17
Binary 1000111 101111 1000 0 100010 1011001 1001000 100101 1010000 1111

Color Harmonies of #472F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F08

Black with #472F08

Text Example


Text Example

White with #472F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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