Html Css Color HEX #473520 Clinker

📋 copy color: '#473520'

red 71 ◦ green 53 ◦ blue 32

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

Shades of Clinker #473520

Tints of Clinker #473520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

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

R = 45.51%
G = 33.97%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473520 (or 0x473520) is known color: Clinker. HEX triplet: 47, 35 and 20. RGB value is (71,53,32). Sum of RGB (Red+Green+Blue) = 71+53+32=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473520 is #B8CADF. Grayscale: #383838. Windows color (decimal): -12110560 or 2110791. OLE color: 2110791.

HSL color Cylindrical-coordinate representation of color #473520: hue angle of 32.31º 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 #473520 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 32 -
CMYK 0 0.25 0.55 0.72
HSL 32.31º 0.38% 0.2% -
HSV(B) 32.31º 0.55% 0.28% -
XYZ 4.13 3.99 1.92 -
YUV 55.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 71 53 32 0 0.25 0.55 0.72 32.31 0.38 0.2
Hex 47 35 20 0 19 37 48 20 26 14
Octal 107 65 40 0 31 67 110 40 46 24
Binary 1000111 110101 100000 0 11001 110111 1001000 100000 100110 10100

Color Harmonies of #473520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473520

Black with #473520

Text Example


Text Example

White with #473520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473520; }

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

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

background-color css

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

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

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

border-color css

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

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

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