Html Css Color HEX #473521 Clinker

📋 copy color: '#473521'

red 71 ◦ green 53 ◦ blue 33

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

Shades of Clinker #473521

Tints of Clinker #473521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.02%

R = 45.22%
G = 33.76%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#473521 (or 0x473521) is known color: Clinker. HEX triplet: 47, 35 and 21. RGB value is (71,53,33). Sum of RGB (Red+Green+Blue) = 71+53+33=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473521 is #B8CADE. Grayscale: #383838. Windows color (decimal): -12110559 or 2176327. OLE color: 2176327.

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

Color convert

RGB 71 53 33 -
CMYK 0 0.25 0.54 0.72
HSL 31.58º 0.37% 0.2% -
HSV(B) 31.58º 0.54% 0.28% -
XYZ 4.15 4 1.99 -
YUV 56.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 71 53 33 0 0.25 0.54 0.72 31.58 0.37 0.2
Hex 47 35 21 0 19 36 48 20 25 14
Octal 107 65 41 0 31 66 110 40 45 24
Binary 1000111 110101 100001 0 11001 110110 1001000 100000 100101 10100

Color Harmonies of #473521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473521

Black with #473521

Text Example


Text Example

White with #473521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473521; }

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

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

background-color css

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

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

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

border-color css

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

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

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