Html Css Color HEX #463014 Clinker

📋 copy color: '#463014'

red 70 ◦ green 48 ◦ blue 20

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

Shades of Clinker #463014

Tints of Clinker #463014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 50.72%
G = 34.78%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463014 (or 0x463014) is known color: Clinker. HEX triplet: 46, 30 and 14. RGB value is (70,48,20). Sum of RGB (Red+Green+Blue) = 70+48+20=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #463014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463014 is #B9CFEB. Grayscale: #333333. Windows color (decimal): -12177388 or 1323078. OLE color: 1323078.

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

Color convert

RGB 70 48 20 -
CMYK 0 0.31 0.71 0.73
HSL 33.6º 0.56% 0.18% -
HSV(B) 33.6º 0.71% 0.27% -
XYZ 3.71 3.47 1.14 -
YUV 51.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 70 48 20 0 0.31 0.71 0.73 33.6 0.56 0.18
Hex 46 30 14 0 1F 47 49 22 38 12
Octal 106 60 24 0 37 107 111 42 70 22
Binary 1000110 110000 10100 0 11111 1000111 1001001 100010 111000 10010

Color Harmonies of #463014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463014

Black with #463014

Text Example


Text Example

White with #463014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463014; }

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

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

background-color css

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

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

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

border-color css

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

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

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