Html Css Color HEX #463319 Clinker

📋 copy color: '#463319'

red 70 ◦ green 51 ◦ blue 25

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

Shades of Clinker #463319

Tints of Clinker #463319

RGB

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

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

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

R = 47.95%
G = 34.93%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#463319 (or 0x463319) is known color: Clinker. HEX triplet: 46, 33 and 19. RGB value is (70,51,25). Sum of RGB (Red+Green+Blue) = 70+51+25=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463319 is #B9CCE6. Grayscale: #353535. Windows color (decimal): -12176615 or 1651526. OLE color: 1651526.

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

Color convert

RGB 70 51 25 -
CMYK 0 0.27 0.64 0.73
HSL 34.67º 0.47% 0.19% -
HSV(B) 34.67º 0.64% 0.27% -
XYZ 3.89 3.74 1.44 -
YUV 53.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 70 51 25 0 0.27 0.64 0.73 34.67 0.47 0.19
Hex 46 33 19 0 1B 40 49 23 2F 13
Octal 106 63 31 0 33 100 111 43 57 23
Binary 1000110 110011 11001 0 11011 1000000 1001001 100011 101111 10011

Color Harmonies of #463319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463319

Black with #463319

Text Example


Text Example

White with #463319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463319; }

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

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

background-color css

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

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

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

border-color css

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

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

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