Html Css Color HEX #463118 Clinker

📋 copy color: '#463118'

red 70 ◦ green 49 ◦ blue 24

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

Shades of Clinker #463118

Tints of Clinker #463118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 48.95%
G = 34.27%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463118 (or 0x463118) is known color: Clinker. HEX triplet: 46, 31 and 18. RGB value is (70,49,24). Sum of RGB (Red+Green+Blue) = 70+49+24=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463118 is #B9CEE7. Grayscale: #343434. Windows color (decimal): -12177128 or 1585478. OLE color: 1585478.

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

Color convert

RGB 70 49 24 -
CMYK 0 0.30 0.66 0.73
HSL 32.61º 0.49% 0.18% -
HSV(B) 32.61º 0.66% 0.27% -
XYZ 3.79 3.56 1.35 -
YUV 52.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 70 49 24 0 0.30 0.66 0.73 32.61 0.49 0.18
Hex 46 31 18 0 1E 42 49 21 31 12
Octal 106 61 30 0 36 102 111 41 61 22
Binary 1000110 110001 11000 0 11110 1000010 1001001 100001 110001 10010

Color Harmonies of #463118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463118

Black with #463118

Text Example


Text Example

White with #463118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463118; }

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

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

background-color css

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

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

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

border-color css

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

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

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