Html Css Color HEX #473720 Clinker

📋 copy color: '#473720'

red 71 ◦ green 55 ◦ blue 32

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

Shades of Clinker #473720

Tints of Clinker #473720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.81%

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

R = 44.94%
G = 34.81%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473720 (or 0x473720) is known color: Clinker. HEX triplet: 47, 37 and 20. RGB value is (71,55,32). Sum of RGB (Red+Green+Blue) = 71+55+32=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #473720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473720 is #B8C8DF. Grayscale: #393939. Windows color (decimal): -12110048 or 2111303. OLE color: 2111303.

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

Color convert

RGB 71 55 32 -
CMYK 0 0.23 0.55 0.72
HSL 35.38º 0.38% 0.2% -
HSV(B) 35.38º 0.55% 0.28% -
XYZ 4.23 4.18 1.95 -
YUV 57.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 71 55 32 0 0.23 0.55 0.72 35.38 0.38 0.2
Hex 47 37 20 0 17 37 48 23 26 14
Octal 107 67 40 0 27 67 110 43 46 24
Binary 1000111 110111 100000 0 10111 110111 1001000 100011 100110 10100

Color Harmonies of #473720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473720

Black with #473720

Text Example


Text Example

White with #473720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473720; }

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

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

background-color css

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

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

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

border-color css

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

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

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