Html Css Color HEX #463B38 Rebel

📋 copy color: '#463B38'

red 70 ◦ green 59 ◦ blue 56

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

Shades of Rebel #463B38

Tints of Rebel #463B38

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 37.84%
G = 31.89%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#463B38 (or 0x463B38) is known color: Rebel. HEX triplet: 46, 3B and 38. RGB value is (70,59,56). Sum of RGB (Red+Green+Blue) = 70+59+56=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #463B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B38 is #B9C4C7. Grayscale: #3D3D3D. Windows color (decimal): -12174536 or 3685190. OLE color: 3685190.

HSL color Cylindrical-coordinate representation of color #463B38: hue angle of 12.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #463B38 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 56 -
CMYK 0 0.16 0.20 0.73
HSL 12.86º 0.11% 0.25% -
HSV(B) 12.86º 0.2% 0.27% -
XYZ 4.8 4.72 4.4 -
YUV 61.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 70 59 56 0 0.16 0.20 0.73 12.86 0.11 0.25
Hex 46 3B 38 0 10 14 49 D B 19
Octal 106 73 70 0 20 24 111 15 13 31
Binary 1000110 111011 111000 0 10000 10100 1001001 1101 1011 11001

Color Harmonies of #463B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B38

Black with #463B38

Text Example


Text Example

White with #463B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,56); }

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

background-color css

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

 a { background-color: rgb(70,59,56); }

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

border-color css

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

 span { border-color: rgb(70,59,56); }

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