#423532

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

Shades of Rebel #423532

Tints of Rebel #423532

Color information

#423532 (or 0x423532) is unknown color: approx Rebel. HEX triplet: 42, 35 and 32. RGB value is (66,53,50). Sum of RGB (Red+Green+Blue) = 66+53+50=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #423532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423532 is #BDCACD. Grayscale: #383838. Windows color (decimal): -12438222 or 3290434. OLE color: 3290434.

HSL color Cylindrical-coordinate representation of color #423532: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423532 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB665350-
CMYK00.200.240.74
HSL11.25º13.79%22.75%-
HSV(B)11.25º24.24%25.88%-
XYZ4.13.933.56-
YUV56.54124.31134.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=39.05%
G=31.36%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66535000.200.240.7411.2513.7922.75
Hex423532014184Abe17
Octal102656202430112131627
Binary10000101101011100100101001100010010101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423532; }

 p { color: rgb(66,53,50); }

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

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

 a { background-color: rgb(66,53,50); }

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

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

 span { border-color: rgb(66,53,50); }

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