#413230

Color #413230 Rebel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rebel #413230

Tints of Rebel #413230

Color information

#413230 (or 0x413230) is unknown color: approx Rebel. HEX triplet: 41, 32 and 30. RGB value is (65,50,48). Sum of RGB (Red+Green+Blue) = 65+50+48=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #413230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413230 is #BECDCF. Grayscale: #363636. Windows color (decimal): -12504528 or 3158593. OLE color: 3158593.

HSL color Cylindrical-coordinate representation of color #413230: hue angle of 7.06º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413230 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB655048-
CMYK00.230.260.75
HSL7.06º15.04%22.16%-
HSV(B)7.06º26.15%25.49%-
XYZ3.853.623.29-
YUV54.26124.47135.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=39.88%
G=30.67%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65504800.230.260.757.0615.0422.16
Hex4132300171A4B7f16
Octal10162600273211371726
Binary1000001110010110000010111110101001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413230; }

 p { color: rgb(65,50,48); }

 H1.HeaderClassName
 {
   color: #413230;
 }
 .AnyTagClassName
 {
   color: #413230;
 }
</style>
background-color css

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

 a { background-color: rgb(65,50,48); }

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

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

 span { border-color: rgb(65,50,48); }

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