Html Css Color HEX #463421 Clinker

📋 copy color: '#463421'

red 70 ◦ green 52 ◦ blue 33

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

Shades of Clinker #463421

Tints of Clinker #463421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 45.16%
G = 33.55%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#463421 (or 0x463421) is known color: Clinker. HEX triplet: 46, 34 and 21. RGB value is (70,52,33). Sum of RGB (Red+Green+Blue) = 70+52+33=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #463421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463421 is #B9CBDE. Grayscale: #373737. Windows color (decimal): -12176351 or 2176070. OLE color: 2176070.

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

Color convert

RGB 70 52 33 -
CMYK 0 0.26 0.53 0.73
HSL 30.81º 0.36% 0.2% -
HSV(B) 30.81º 0.53% 0.27% -
XYZ 4.03 3.87 1.97 -
YUV 55.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 70 52 33 0 0.26 0.53 0.73 30.81 0.36 0.2
Hex 46 34 21 0 1A 35 49 1F 24 14
Octal 106 64 41 0 32 65 111 37 44 24
Binary 1000110 110100 100001 0 11010 110101 1001001 11111 100100 10100

Color Harmonies of #463421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463421

Black with #463421

Text Example


Text Example

White with #463421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463421; }

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

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

background-color css

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

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

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

border-color css

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

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

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