Html Css Color HEX #463518 Clinker

📋 copy color: '#463518'

red 70 ◦ green 53 ◦ blue 24

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

Shades of Clinker #463518

Tints of Clinker #463518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 47.62%
G = 36.05%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463518 (or 0x463518) is known color: Clinker. HEX triplet: 46, 35 and 18. RGB value is (70,53,24). Sum of RGB (Red+Green+Blue) = 70+53+24=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #463518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463518 is #B9CAE7. Grayscale: #363636. Windows color (decimal): -12176104 or 1586502. OLE color: 1586502.

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

Color convert

RGB 70 53 24 -
CMYK 0 0.24 0.66 0.73
HSL 37.83º 0.49% 0.18% -
HSV(B) 37.83º 0.66% 0.27% -
XYZ 3.96 3.91 1.41 -
YUV 54.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 70 53 24 0 0.24 0.66 0.73 37.83 0.49 0.18
Hex 46 35 18 0 18 42 49 26 31 12
Octal 106 65 30 0 30 102 111 46 61 22
Binary 1000110 110101 11000 0 11000 1000010 1001001 100110 110001 10010

Color Harmonies of #463518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463518

Black with #463518

Text Example


Text Example

White with #463518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463518; }

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

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

background-color css

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

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

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

border-color css

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

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

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