Html Css Color HEX #463720 Clinker

📋 copy color: '#463720'

red 70 ◦ green 55 ◦ blue 32

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

Shades of Clinker #463720

Tints of Clinker #463720

RGB

 RED value IS 70 (27.73% from 255) = 44.59%

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

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

R = 44.59%
G = 35.03%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#463720 (or 0x463720) is known color: Clinker. HEX triplet: 46, 37 and 20. RGB value is (70,55,32). Sum of RGB (Red+Green+Blue) = 70+55+32=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463720 is #B9C8DF. Grayscale: #383838. Windows color (decimal): -12175584 or 2111302. OLE color: 2111302.

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

Color convert

RGB 70 55 32 -
CMYK 0 0.21 0.54 0.73
HSL 36.32º 0.37% 0.2% -
HSV(B) 36.32º 0.54% 0.27% -
XYZ 4.15 4.14 1.95 -
YUV 56.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 70 55 32 0 0.21 0.54 0.73 36.32 0.37 0.2
Hex 46 37 20 0 15 36 49 24 25 14
Octal 106 67 40 0 25 66 111 44 45 24
Binary 1000110 110111 100000 0 10101 110110 1001001 100100 100101 10100

Color Harmonies of #463720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463720

Black with #463720

Text Example


Text Example

White with #463720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463720; }

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

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

background-color css

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

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

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

border-color css

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

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

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