Html Css Color HEX #473420 Clinker

📋 copy color: '#473420'

red 71 ◦ green 52 ◦ blue 32

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

Shades of Clinker #473420

Tints of Clinker #473420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 45.81%
G = 33.55%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473420 (or 0x473420) is known color: Clinker. HEX triplet: 47, 34 and 20. RGB value is (71,52,32). Sum of RGB (Red+Green+Blue) = 71+52+32=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #473420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473420 is #B8CBDF. Grayscale: #373737. Windows color (decimal): -12110816 or 2110535. OLE color: 2110535.

HSL color Cylindrical-coordinate representation of color #473420: hue angle of 30.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #473420 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 52 32 -
CMYK 0 0.27 0.55 0.72
HSL 30.77º 0.38% 0.2% -
HSV(B) 30.77º 0.55% 0.28% -
XYZ 4.09 3.9 1.9 -
YUV 55.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 71 52 32 0 0.27 0.55 0.72 30.77 0.38 0.2
Hex 47 34 20 0 1B 37 48 1F 26 14
Octal 107 64 40 0 33 67 110 37 46 24
Binary 1000111 110100 100000 0 11011 110111 1001000 11111 100110 10100

Color Harmonies of #473420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473420

Black with #473420

Text Example


Text Example

White with #473420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473420; }

 p { color: rgb(71,52,32); }

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

background-color css

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

 a { background-color: rgb(71,52,32); }

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

border-color css

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

 span { border-color: rgb(71,52,32); }

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