Html Css Color HEX #472C08 Clinker

📋 copy color: '#472C08'

red 71 ◦ green 44 ◦ blue 8

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

Shades of Clinker #472C08

Tints of Clinker #472C08

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.77%

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

R = 57.72%
G = 35.77%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#472C08 (or 0x472C08) is known color: Clinker. HEX triplet: 47, 2C and 08. RGB value is (71,44,8). Sum of RGB (Red+Green+Blue) = 71+44+8=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C08 is #B8D3F7. Grayscale: #303030. Windows color (decimal): -12112888 or 535623. OLE color: 535623.

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

Color convert

RGB 71 44 8 -
CMYK 0 0.38 0.89 0.72
HSL 34.29º 0.8% 0.15% -
HSV(B) 34.29º 0.89% 0.28% -
XYZ 3.54 3.16 0.65 -
YUV 47.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 71 44 8 0 0.38 0.89 0.72 34.29 0.8 0.15
Hex 47 2C 8 0 26 59 48 22 50 F
Octal 107 54 10 0 46 131 110 42 120 17
Binary 1000111 101100 1000 0 100110 1011001 1001000 100010 1010000 1111

Color Harmonies of #472C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C08

Black with #472C08

Text Example


Text Example

White with #472C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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