Html Css Color HEX #463631 Rebel

📋 copy color: '#463631'

red 70 ◦ green 54 ◦ blue 49

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

Shades of Rebel #463631

Tints of Rebel #463631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 40.46%
G = 31.21%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#463631 (or 0x463631) is known color: Rebel. HEX triplet: 46, 36 and 31. RGB value is (70,54,49). Sum of RGB (Red+Green+Blue) = 70+54+49=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463631 is #B9C9CE. Grayscale: #3A3A3A. Windows color (decimal): -12175823 or 3225158. OLE color: 3225158.

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

Color convert

RGB 70 54 49 -
CMYK 0 0.23 0.30 0.73
HSL 14.29º 0.18% 0.23% -
HSV(B) 14.29º 0.3% 0.27% -
XYZ 4.4 4.16 3.48 -
YUV 58.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 70 54 49 0 0.23 0.30 0.73 14.29 0.18 0.23
Hex 46 36 31 0 17 1E 49 E 12 17
Octal 106 66 61 0 27 36 111 16 22 27
Binary 1000110 110110 110001 0 10111 11110 1001001 1110 10010 10111

Color Harmonies of #463631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463631

Black with #463631

Text Example


Text Example

White with #463631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463631; }

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

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

background-color css

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

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

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

border-color css

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

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

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