Html Css Color HEX #463A36 Rebel

📋 copy color: '#463A36'

red 70 ◦ green 58 ◦ blue 54

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

Shades of Rebel #463A36

Tints of Rebel #463A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.87%

 BLUE value IS 54 (21.48% from 255) = 29.67%

R = 38.46%
G = 31.87%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#463A36 (or 0x463A36) is known color: Rebel. HEX triplet: 46, 3A and 36. RGB value is (70,58,54). Sum of RGB (Red+Green+Blue) = 70+58+54=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #463A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A36 is #B9C5C9. Grayscale: #3D3D3D. Windows color (decimal): -12174794 or 3553862. OLE color: 3553862.

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

Color convert

RGB 70 58 54 -
CMYK 0 0.17 0.23 0.73
HSL 15º 0.13% 0.24% -
HSV(B) 15º 0.23% 0.27% -
XYZ 4.7 4.59 4.13 -
YUV 61.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 70 58 54 0 0.17 0.23 0.73 15 0.13 0.24
Hex 46 3A 36 0 11 17 49 F D 18
Octal 106 72 66 0 21 27 111 17 15 30
Binary 1000110 111010 110110 0 10001 10111 1001001 1111 1101 11000

Color Harmonies of #463A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A36

Black with #463A36

Text Example


Text Example

White with #463A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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