Html Css Color HEX #463312 Clinker

📋 copy color: '#463312'

red 70 ◦ green 51 ◦ blue 18

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

Shades of Clinker #463312

Tints of Clinker #463312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.69%

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 50.36%
G = 36.69%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#463312 (or 0x463312) is known color: Clinker. HEX triplet: 46, 33 and 12. RGB value is (70,51,18). Sum of RGB (Red+Green+Blue) = 70+51+18=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #463312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463312 is #B9CCED. Grayscale: #353535. Windows color (decimal): -12176622 or 1192774. OLE color: 1192774.

HSL color Cylindrical-coordinate representation of color #463312: hue angle of 38.08º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463312 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 51 18 -
CMYK 0 0.27 0.74 0.73
HSL 38.08º 0.59% 0.17% -
HSV(B) 38.08º 0.74% 0.27% -
XYZ 3.82 3.71 1.09 -
YUV 52.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 70 51 18 0 0.27 0.74 0.73 38.08 0.59 0.17
Hex 46 33 12 0 1B 4A 49 26 3B 11
Octal 106 63 22 0 33 112 111 46 73 21
Binary 1000110 110011 10010 0 11011 1001010 1001001 100110 111011 10001

Color Harmonies of #463312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463312

Black with #463312

Text Example


Text Example

White with #463312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463312; }

 p { color: rgb(70,51,18); }

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

background-color css

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

 a { background-color: rgb(70,51,18); }

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

border-color css

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

 span { border-color: rgb(70,51,18); }

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