Html Css Color HEX #463119 Clinker

📋 copy color: '#463119'

red 70 ◦ green 49 ◦ blue 25

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

Shades of Clinker #463119

Tints of Clinker #463119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.03%

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 48.61%
G = 34.03%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#463119 (or 0x463119) is known color: Clinker. HEX triplet: 46, 31 and 19. RGB value is (70,49,25). Sum of RGB (Red+Green+Blue) = 70+49+25=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463119 is #B9CEE6. Grayscale: #343434. Windows color (decimal): -12177127 or 1651014. OLE color: 1651014.

HSL color Cylindrical-coordinate representation of color #463119: hue angle of 32º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463119 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 25 -
CMYK 0 0.30 0.64 0.73
HSL 32º 0.47% 0.19% -
HSV(B) 32º 0.64% 0.27% -
XYZ 3.8 3.57 1.41 -
YUV 52.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 70 49 25 0 0.30 0.64 0.73 32 0.47 0.19
Hex 46 31 19 0 1E 40 49 20 2F 13
Octal 106 61 31 0 36 100 111 40 57 23
Binary 1000110 110001 11001 0 11110 1000000 1001001 100000 101111 10011

Color Harmonies of #463119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463119

Black with #463119

Text Example


Text Example

White with #463119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463119; }

 p { color: rgb(70,49,25); }

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

background-color css

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

 a { background-color: rgb(70,49,25); }

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

border-color css

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

 span { border-color: rgb(70,49,25); }

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