Html Css Color HEX #46310F Clinker

📋 copy color: '#46310F'

red 70 ◦ green 49 ◦ blue 15

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

Shades of Clinker #46310F

Tints of Clinker #46310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 52.24%
G = 36.57%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#46310F (or 0x46310F) is known color: Clinker. HEX triplet: 46, 31 and 0F. RGB value is (70,49,15). Sum of RGB (Red+Green+Blue) = 70+49+15=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46310F is #B9CEF0. Grayscale: #333333. Windows color (decimal): -12177137 or 995654. OLE color: 995654.

HSL color Cylindrical-coordinate representation of color #46310F: hue angle of 37.09º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46310F is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 15 -
CMYK 0 0.30 0.79 0.73
HSL 37.09º 0.65% 0.17% -
HSV(B) 37.09º 0.79% 0.27% -
XYZ 3.71 3.53 0.94 -
YUV 51.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 70 49 15 0 0.30 0.79 0.73 37.09 0.65 0.17
Hex 46 31 F 0 1E 4F 49 25 41 11
Octal 106 61 17 0 36 117 111 45 101 21
Binary 1000110 110001 1111 0 11110 1001111 1001001 100101 1000001 10001

Color Harmonies of #46310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46310F

Black with #46310F

Text Example


Text Example

White with #46310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46310F; }

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

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

background-color css

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

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

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

border-color css

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

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

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