Html Css Color HEX #463732 Rebel

📋 copy color: '#463732'

red 70 ◦ green 55 ◦ blue 50

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

Shades of Rebel #463732

Tints of Rebel #463732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 50 (19.92% from 255) = 28.57%

R = 40%
G = 31.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#463732 (or 0x463732) is known color: Rebel. HEX triplet: 46, 37 and 32. RGB value is (70,55,50). Sum of RGB (Red+Green+Blue) = 70+55+50=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463732 is #B9C8CD. Grayscale: #3A3A3A. Windows color (decimal): -12175566 or 3290950. OLE color: 3290950.

HSL color Cylindrical-coordinate representation of color #463732: hue angle of 15º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463732 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 50 -
CMYK 0 0.21 0.29 0.73
HSL 15º 0.17% 0.24% -
HSV(B) 15º 0.29% 0.27% -
XYZ 4.47 4.26 3.61 -
YUV 58.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 70 55 50 0 0.21 0.29 0.73 15 0.17 0.24
Hex 46 37 32 0 15 1D 49 F 11 18
Octal 106 67 62 0 25 35 111 17 21 30
Binary 1000110 110111 110010 0 10101 11101 1001001 1111 10001 11000

Color Harmonies of #463732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463732

Black with #463732

Text Example


Text Example

White with #463732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463732; }

 p { color: rgb(70,55,50); }

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

background-color css

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

 a { background-color: rgb(70,55,50); }

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

border-color css

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

 span { border-color: rgb(70,55,50); }

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