Html Css Color HEX #463722 Clinker

📋 copy color: '#463722'

red 70 ◦ green 55 ◦ blue 34

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

Shades of Clinker #463722

Tints of Clinker #463722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

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

R = 44.03%
G = 34.59%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#463722 (or 0x463722) is known color: Clinker. HEX triplet: 46, 37 and 22. RGB value is (70,55,34). Sum of RGB (Red+Green+Blue) = 70+55+34=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463722 is #B9C8DD. Grayscale: #393939. Windows color (decimal): -12175582 or 2242374. OLE color: 2242374.

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

Color convert

RGB 70 55 34 -
CMYK 0 0.21 0.51 0.73
HSL 35º 0.35% 0.2% -
HSV(B) 35º 0.51% 0.27% -
XYZ 4.18 4.15 2.09 -
YUV 57.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 70 55 34 0 0.21 0.51 0.73 35 0.35 0.2
Hex 46 37 22 0 15 33 49 23 23 14
Octal 106 67 42 0 25 63 111 43 43 24
Binary 1000110 110111 100010 0 10101 110011 1001001 100011 100011 10100

Color Harmonies of #463722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463722

Black with #463722

Text Example


Text Example

White with #463722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463722; }

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

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

background-color css

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

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

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

border-color css

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

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

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