Html Css Color HEX #473320 Clinker

📋 copy color: '#473320'

red 71 ◦ green 51 ◦ blue 32

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

Shades of Clinker #473320

Tints of Clinker #473320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.12%

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

R = 46.1%
G = 33.12%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#473320 (or 0x473320) is known color: Clinker. HEX triplet: 47, 33 and 20. RGB value is (71,51,32). Sum of RGB (Red+Green+Blue) = 71+51+32=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #473320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473320 is #B8CCDF. Grayscale: #363636. Windows color (decimal): -12111072 or 2110279. OLE color: 2110279.

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

Color convert

RGB 71 51 32 -
CMYK 0 0.28 0.55 0.72
HSL 29.23º 0.38% 0.2% -
HSV(B) 29.23º 0.55% 0.28% -
XYZ 4.04 3.81 1.89 -
YUV 54.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 71 51 32 0 0.28 0.55 0.72 29.23 0.38 0.2
Hex 47 33 20 0 1C 37 48 1D 26 14
Octal 107 63 40 0 34 67 110 35 46 24
Binary 1000111 110011 100000 0 11100 110111 1001000 11101 100110 10100

Color Harmonies of #473320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473320

Black with #473320

Text Example


Text Example

White with #473320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473320; }

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

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

background-color css

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

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

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

border-color css

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

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

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