Html Css Color HEX #463624 Clinker

📋 copy color: '#463624'

red 70 ◦ green 54 ◦ blue 36

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

Shades of Clinker #463624

Tints of Clinker #463624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 43.75%
G = 33.75%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#463624 (or 0x463624) is known color: Clinker. HEX triplet: 46, 36 and 24. RGB value is (70,54,36). Sum of RGB (Red+Green+Blue) = 70+54+36=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463624 is #B9C9DB. Grayscale: #383838. Windows color (decimal): -12175836 or 2373190. OLE color: 2373190.

HSL color Cylindrical-coordinate representation of color #463624: hue angle of 31.76º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463624 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 54 36 -
CMYK 0 0.23 0.49 0.73
HSL 31.76º 0.32% 0.21% -
HSV(B) 31.76º 0.49% 0.27% -
XYZ 4.16 4.07 2.23 -
YUV 56.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 70 54 36 0 0.23 0.49 0.73 31.76 0.32 0.21
Hex 46 36 24 0 17 31 49 20 20 15
Octal 106 66 44 0 27 61 111 40 40 25
Binary 1000110 110110 100100 0 10111 110001 1001001 100000 100000 10101

Color Harmonies of #463624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463624

Black with #463624

Text Example


Text Example

White with #463624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463624; }

 p { color: rgb(70,54,36); }

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

background-color css

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

 a { background-color: rgb(70,54,36); }

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

border-color css

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

 span { border-color: rgb(70,54,36); }

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