Html Css Color HEX #472F18 Clinker

📋 copy color: '#472F18'

red 71 ◦ green 47 ◦ blue 24

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

Shades of Clinker #472F18

Tints of Clinker #472F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.9%

R = 50%
G = 33.1%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472F18 (or 0x472F18) is known color: Clinker. HEX triplet: 47, 2F and 18. RGB value is (71,47,24). Sum of RGB (Red+Green+Blue) = 71+47+24=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F18 is #B8D0E7. Grayscale: #333333. Windows color (decimal): -12112104 or 1584967. OLE color: 1584967.

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

Color convert

RGB 71 47 24 -
CMYK 0 0.34 0.66 0.72
HSL 29.36º 0.49% 0.19% -
HSV(B) 29.36º 0.66% 0.28% -
XYZ 3.78 3.44 1.33 -
YUV 51.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 71 47 24 0 0.34 0.66 0.72 29.36 0.49 0.19
Hex 47 2F 18 0 22 42 48 1D 31 13
Octal 107 57 30 0 42 102 110 35 61 23
Binary 1000111 101111 11000 0 100010 1000010 1001000 11101 110001 10011

Color Harmonies of #472F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F18

Black with #472F18

Text Example


Text Example

White with #472F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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