Html Css Color HEX #473220 Clinker

📋 copy color: '#473220'

red 71 ◦ green 50 ◦ blue 32

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

Shades of Clinker #473220

Tints of Clinker #473220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

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

R = 46.41%
G = 32.68%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473220 (or 0x473220) is known color: Clinker. HEX triplet: 47, 32 and 20. RGB value is (71,50,32). Sum of RGB (Red+Green+Blue) = 71+50+32=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #473220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473220 is #B8CDDF. Grayscale: #363636. Windows color (decimal): -12111328 or 2110023. OLE color: 2110023.

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

Color convert

RGB 71 50 32 -
CMYK 0 0.30 0.55 0.72
HSL 27.69º 0.38% 0.2% -
HSV(B) 27.69º 0.55% 0.28% -
XYZ 4 3.73 1.87 -
YUV 54.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 71 50 32 0 0.30 0.55 0.72 27.69 0.38 0.2
Hex 47 32 20 0 1E 37 48 1C 26 14
Octal 107 62 40 0 36 67 110 34 46 24
Binary 1000111 110010 100000 0 11110 110111 1001000 11100 100110 10100

Color Harmonies of #473220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473220

Black with #473220

Text Example


Text Example

White with #473220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473220; }

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

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

background-color css

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

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

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

border-color css

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

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

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