Html Css Color HEX #463220 Clinker

📋 copy color: '#463220'

red 70 ◦ green 50 ◦ blue 32

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

Shades of Clinker #463220

Tints of Clinker #463220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 46.05%
G = 32.89%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#463220 (or 0x463220) is known color: Clinker. HEX triplet: 46, 32 and 20. RGB value is (70,50,32). Sum of RGB (Red+Green+Blue) = 70+50+32=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463220 is #B9CDDF. Grayscale: #363636. Windows color (decimal): -12176864 or 2110022. OLE color: 2110022.

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

Color convert

RGB 70 50 32 -
CMYK 0 0.29 0.54 0.73
HSL 28.42º 0.37% 0.2% -
HSV(B) 28.42º 0.54% 0.27% -
XYZ 3.93 3.69 1.87 -
YUV 53.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 70 50 32 0 0.29 0.54 0.73 28.42 0.37 0.2
Hex 46 32 20 0 1D 36 49 1C 25 14
Octal 106 62 40 0 35 66 111 34 45 24
Binary 1000110 110010 100000 0 11101 110110 1001001 11100 100101 10100

Color Harmonies of #463220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463220

Black with #463220

Text Example


Text Example

White with #463220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463220; }

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

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

background-color css

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

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

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

border-color css

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

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

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