Html Css Color HEX #463313 Clinker

📋 copy color: '#463313'

red 70 ◦ green 51 ◦ blue 19

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

Shades of Clinker #463313

Tints of Clinker #463313

RGB

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

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

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

R = 50%
G = 36.43%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#463313 (or 0x463313) is known color: Clinker. HEX triplet: 46, 33 and 13. RGB value is (70,51,19). Sum of RGB (Red+Green+Blue) = 70+51+19=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #463313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463313 is #B9CCEC. Grayscale: #353535. Windows color (decimal): -12176621 or 1258310. OLE color: 1258310.

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

Color convert

RGB 70 51 19 -
CMYK 0 0.27 0.73 0.73
HSL 37.65º 0.57% 0.17% -
HSV(B) 37.65º 0.73% 0.27% -
XYZ 3.83 3.72 1.13 -
YUV 53.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 70 51 19 0 0.27 0.73 0.73 37.65 0.57 0.17
Hex 46 33 13 0 1B 49 49 26 39 11
Octal 106 63 23 0 33 111 111 46 71 21
Binary 1000110 110011 10011 0 11011 1001001 1001001 100110 111001 10001

Color Harmonies of #463313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463313

Black with #463313

Text Example


Text Example

White with #463313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463313; }

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

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

background-color css

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

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

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

border-color css

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

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

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