Html Css Color HEX #472C04 Clinker

📋 copy color: '#472C04'

red 71 ◦ green 44 ◦ blue 4

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

Shades of Clinker #472C04

Tints of Clinker #472C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.36%

R = 59.66%
G = 36.97%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#472C04 (or 0x472C04) is known color: Clinker. HEX triplet: 47, 2C and 04. RGB value is (71,44,4). Sum of RGB (Red+Green+Blue) = 71+44+4=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C04 is #B8D3FB. Grayscale: #2F2F2F. Windows color (decimal): -12112892 or 273479. OLE color: 273479.

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

Color convert

RGB 71 44 4 -
CMYK 0 0.38 0.94 0.72
HSL 35.82º 0.89% 0.15% -
HSV(B) 35.82º 0.94% 0.28% -
XYZ 3.52 3.15 0.54 -
YUV 47.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 71 44 4 0 0.38 0.94 0.72 35.82 0.89 0.15
Hex 47 2C 4 0 26 5E 48 24 59 F
Octal 107 54 4 0 46 136 110 44 131 17
Binary 1000111 101100 100 0 100110 1011110 1001000 100100 1011001 1111

Color Harmonies of #472C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C04

Black with #472C04

Text Example


Text Example

White with #472C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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