Html Css Color HEX #463321 Clinker

📋 copy color: '#463321'

red 70 ◦ green 51 ◦ blue 33

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

Shades of Clinker #463321

Tints of Clinker #463321

RGB

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

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

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

R = 45.45%
G = 33.12%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#463321 (or 0x463321) is known color: Clinker. HEX triplet: 46, 33 and 21. RGB value is (70,51,33). Sum of RGB (Red+Green+Blue) = 70+51+33=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #463321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463321 is #B9CCDE. Grayscale: #363636. Windows color (decimal): -12176607 or 2175814. OLE color: 2175814.

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

Color convert

RGB 70 51 33 -
CMYK 0 0.27 0.53 0.73
HSL 29.19º 0.36% 0.2% -
HSV(B) 29.19º 0.53% 0.27% -
XYZ 3.98 3.78 1.96 -
YUV 54.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 70 51 33 0 0.27 0.53 0.73 29.19 0.36 0.2
Hex 46 33 21 0 1B 35 49 1D 24 14
Octal 106 63 41 0 33 65 111 35 44 24
Binary 1000110 110011 100001 0 11011 110101 1001001 11101 100100 10100

Color Harmonies of #463321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463321

Black with #463321

Text Example


Text Example

White with #463321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463321; }

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

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

background-color css

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

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

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

border-color css

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

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

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