Html Css Color HEX #463129 Rebel

📋 copy color: '#463129'

red 70 ◦ green 49 ◦ blue 41

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

Shades of Rebel #463129

Tints of Rebel #463129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 43.75%
G = 30.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#463129 (or 0x463129) is known color: Rebel. HEX triplet: 46, 31 and 29. RGB value is (70,49,41). Sum of RGB (Red+Green+Blue) = 70+49+41=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463129 is #B9CED6. Grayscale: #363636. Windows color (decimal): -12177111 or 2699590. OLE color: 2699590.

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

Color convert

RGB 70 49 41 -
CMYK 0 0.30 0.41 0.73
HSL 16.55º 0.26% 0.22% -
HSV(B) 16.55º 0.41% 0.27% -
XYZ 4.02 3.66 2.59 -
YUV 54.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 70 49 41 0 0.30 0.41 0.73 16.55 0.26 0.22
Hex 46 31 29 0 1E 29 49 11 1A 16
Octal 106 61 51 0 36 51 111 21 32 26
Binary 1000110 110001 101001 0 11110 101001 1001001 10001 11010 10110

Color Harmonies of #463129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463129

Black with #463129

Text Example


Text Example

White with #463129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463129; }

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

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

background-color css

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

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

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

border-color css

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

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

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