Html Css Color HEX #463117 Clinker

📋 copy color: '#463117'

red 70 ◦ green 49 ◦ blue 23

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

Shades of Clinker #463117

Tints of Clinker #463117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.2%

R = 49.3%
G = 34.51%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#463117 (or 0x463117) is known color: Clinker. HEX triplet: 46, 31 and 17. RGB value is (70,49,23). Sum of RGB (Red+Green+Blue) = 70+49+23=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463117 is #B9CEE8. Grayscale: #343434. Windows color (decimal): -12177129 or 1519942. OLE color: 1519942.

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

Color convert

RGB 70 49 23 -
CMYK 0 0.30 0.67 0.73
HSL 33.19º 0.51% 0.18% -
HSV(B) 33.19º 0.67% 0.27% -
XYZ 3.78 3.56 1.3 -
YUV 52.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 70 49 23 0 0.30 0.67 0.73 33.19 0.51 0.18
Hex 46 31 17 0 1E 43 49 21 33 12
Octal 106 61 27 0 36 103 111 41 63 22
Binary 1000110 110001 10111 0 11110 1000011 1001001 100001 110011 10010

Color Harmonies of #463117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463117

Black with #463117

Text Example


Text Example

White with #463117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463117; }

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

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

background-color css

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

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

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

border-color css

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

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

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