Html Css Color HEX #463422 Clinker

📋 copy color: '#463422'

red 70 ◦ green 52 ◦ blue 34

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

Shades of Clinker #463422

Tints of Clinker #463422

RGB

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

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

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

R = 44.87%
G = 33.33%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#463422 (or 0x463422) is known color: Clinker. HEX triplet: 46, 34 and 22. RGB value is (70,52,34). Sum of RGB (Red+Green+Blue) = 70+52+34=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463422 is #B9CBDD. Grayscale: #373737. Windows color (decimal): -12176350 or 2241606. OLE color: 2241606.

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

Color convert

RGB 70 52 34 -
CMYK 0 0.26 0.51 0.73
HSL 30º 0.35% 0.2% -
HSV(B) 30º 0.51% 0.27% -
XYZ 4.04 3.87 2.05 -
YUV 55.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 70 52 34 0 0.26 0.51 0.73 30 0.35 0.2
Hex 46 34 22 0 1A 33 49 1E 23 14
Octal 106 64 42 0 32 63 111 36 43 24
Binary 1000110 110100 100010 0 11010 110011 1001001 11110 100011 10100

Color Harmonies of #463422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463422

Black with #463422

Text Example


Text Example

White with #463422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463422; }

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

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

background-color css

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

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

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

border-color css

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

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

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