Html Css Color HEX #463013 Clinker

📋 copy color: '#463013'

red 70 ◦ green 48 ◦ blue 19

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

Shades of Clinker #463013

Tints of Clinker #463013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.04%

 BLUE value IS 19 (7.81% from 255) = 13.87%

R = 51.09%
G = 35.04%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#463013 (or 0x463013) is known color: Clinker. HEX triplet: 46, 30 and 13. RGB value is (70,48,19). Sum of RGB (Red+Green+Blue) = 70+48+19=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #463013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463013 is #B9CFEC. Grayscale: #333333. Windows color (decimal): -12177389 or 1257542. OLE color: 1257542.

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

Color convert

RGB 70 48 19 -
CMYK 0 0.31 0.73 0.73
HSL 34.12º 0.57% 0.17% -
HSV(B) 34.12º 0.73% 0.27% -
XYZ 3.7 3.46 1.09 -
YUV 51.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 70 48 19 0 0.31 0.73 0.73 34.12 0.57 0.17
Hex 46 30 13 0 1F 49 49 22 39 11
Octal 106 60 23 0 37 111 111 42 71 21
Binary 1000110 110000 10011 0 11111 1001001 1001001 100010 111001 10001

Color Harmonies of #463013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463013

Black with #463013

Text Example


Text Example

White with #463013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463013; }

 p { color: rgb(70,48,19); }

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

background-color css

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

 a { background-color: rgb(70,48,19); }

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

border-color css

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

 span { border-color: rgb(70,48,19); }

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