Html Css Color HEX #473820 Clinker

📋 copy color: '#473820'

red 71 ◦ green 56 ◦ blue 32

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

Shades of Clinker #473820

Tints of Clinker #473820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

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

R = 44.65%
G = 35.22%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473820 (or 0x473820) is known color: Clinker. HEX triplet: 47, 38 and 20. RGB value is (71,56,32). Sum of RGB (Red+Green+Blue) = 71+56+32=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473820 is #B8C7DF. Grayscale: #393939. Windows color (decimal): -12109792 or 2111559. OLE color: 2111559.

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

Color convert

RGB 71 56 32 -
CMYK 0 0.21 0.55 0.72
HSL 36.92º 0.38% 0.2% -
HSV(B) 36.92º 0.55% 0.28% -
XYZ 4.27 4.27 1.97 -
YUV 57.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 71 56 32 0 0.21 0.55 0.72 36.92 0.38 0.2
Hex 47 38 20 0 15 37 48 25 26 14
Octal 107 70 40 0 25 67 110 45 46 24
Binary 1000111 111000 100000 0 10101 110111 1001000 100101 100110 10100

Color Harmonies of #473820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473820

Black with #473820

Text Example


Text Example

White with #473820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473820; }

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

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

background-color css

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

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

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

border-color css

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

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

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