Html Css Color HEX #463018 Clinker

📋 copy color: '#463018'

red 70 ◦ green 48 ◦ blue 24

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

Shades of Clinker #463018

Tints of Clinker #463018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.8%

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

R = 49.3%
G = 33.8%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#463018 (or 0x463018) is known color: Clinker. HEX triplet: 46, 30 and 18. RGB value is (70,48,24). Sum of RGB (Red+Green+Blue) = 70+48+24=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463018 is #B9CFE7. Grayscale: #333333. Windows color (decimal): -12177384 or 1585222. OLE color: 1585222.

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

Color convert

RGB 70 48 24 -
CMYK 0 0.31 0.66 0.73
HSL 31.3º 0.49% 0.18% -
HSV(B) 31.3º 0.66% 0.27% -
XYZ 3.75 3.48 1.34 -
YUV 51.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 70 48 24 0 0.31 0.66 0.73 31.3 0.49 0.18
Hex 46 30 18 0 1F 42 49 1F 31 12
Octal 106 60 30 0 37 102 111 37 61 22
Binary 1000110 110000 11000 0 11111 1000010 1001001 11111 110001 10010

Color Harmonies of #463018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463018

Black with #463018

Text Example


Text Example

White with #463018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463018; }

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

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

background-color css

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

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

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

border-color css

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

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

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