Html Css Color HEX #463521 Clinker

📋 copy color: '#463521'

red 70 ◦ green 53 ◦ blue 33

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

Shades of Clinker #463521

Tints of Clinker #463521

RGB

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

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

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

R = 44.87%
G = 33.97%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#463521 (or 0x463521) is known color: Clinker. HEX triplet: 46, 35 and 21. RGB value is (70,53,33). Sum of RGB (Red+Green+Blue) = 70+53+33=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463521 is #B9CADE. Grayscale: #373737. Windows color (decimal): -12176095 or 2176326. OLE color: 2176326.

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

Color convert

RGB 70 53 33 -
CMYK 0 0.24 0.53 0.73
HSL 32.43º 0.36% 0.2% -
HSV(B) 32.43º 0.53% 0.27% -
XYZ 4.07 3.96 1.99 -
YUV 55.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 70 53 33 0 0.24 0.53 0.73 32.43 0.36 0.2
Hex 46 35 21 0 18 35 49 20 24 14
Octal 106 65 41 0 30 65 111 40 44 24
Binary 1000110 110101 100001 0 11000 110101 1001001 100000 100100 10100

Color Harmonies of #463521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463521

Black with #463521

Text Example


Text Example

White with #463521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463521; }

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

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

background-color css

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

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

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

border-color css

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

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

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