Html Css Color HEX #463620 Clinker

📋 copy color: '#463620'

red 70 ◦ green 54 ◦ blue 32

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

Shades of Clinker #463620

Tints of Clinker #463620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

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

R = 44.87%
G = 34.62%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#463620 (or 0x463620) is known color: Clinker. HEX triplet: 46, 36 and 20. RGB value is (70,54,32). Sum of RGB (Red+Green+Blue) = 70+54+32=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463620 is #B9C9DF. Grayscale: #383838. Windows color (decimal): -12175840 or 2111046. OLE color: 2111046.

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

Color convert

RGB 70 54 32 -
CMYK 0 0.23 0.54 0.73
HSL 34.74º 0.37% 0.2% -
HSV(B) 34.74º 0.54% 0.27% -
XYZ 4.11 4.04 1.93 -
YUV 56.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 70 54 32 0 0.23 0.54 0.73 34.74 0.37 0.2
Hex 46 36 20 0 17 36 49 23 25 14
Octal 106 66 40 0 27 66 111 43 45 24
Binary 1000110 110110 100000 0 10111 110110 1001001 100011 100101 10100

Color Harmonies of #463620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463620

Black with #463620

Text Example


Text Example

White with #463620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463620; }

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

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

background-color css

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

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

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

border-color css

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

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

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