Html Css Color HEX #463522 Clinker

📋 copy color: '#463522'

red 70 ◦ green 53 ◦ blue 34

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

Shades of Clinker #463522

Tints of Clinker #463522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.66%

R = 44.59%
G = 33.76%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#463522 (or 0x463522) is known color: Clinker. HEX triplet: 46, 35 and 22. RGB value is (70,53,34). Sum of RGB (Red+Green+Blue) = 70+53+34=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463522 is #B9CADD. Grayscale: #383838. Windows color (decimal): -12176094 or 2241862. OLE color: 2241862.

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

Color convert

RGB 70 53 34 -
CMYK 0 0.24 0.51 0.73
HSL 31.67º 0.35% 0.2% -
HSV(B) 31.67º 0.51% 0.27% -
XYZ 4.09 3.96 2.06 -
YUV 55.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 70 53 34 0 0.24 0.51 0.73 31.67 0.35 0.2
Hex 46 35 22 0 18 33 49 20 23 14
Octal 106 65 42 0 30 63 111 40 43 24
Binary 1000110 110101 100010 0 11000 110011 1001001 100000 100011 10100

Color Harmonies of #463522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463522

Black with #463522

Text Example


Text Example

White with #463522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463522; }

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

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

background-color css

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

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

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

border-color css

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

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

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