#423A38

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

Shades of Rebel #423A38

Tints of Rebel #423A38

Color information

#423A38 (or 0x423A38) is unknown color: approx Rebel. HEX triplet: 42, 3A and 38. RGB value is (66,58,56). Sum of RGB (Red+Green+Blue) = 66+58+56=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #423A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A38 is #BDC5C7. Grayscale: #3C3C3C. Windows color (decimal): -12436936 or 3684930. OLE color: 3684930.

HSL color Cylindrical-coordinate representation of color #423A38: hue angle of 12º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #423A38 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB665856-
CMYK00.120.150.74
HSL12º8.2%23.92%-
HSV(B)12º15.15%25.88%-
XYZ4.474.474.37-
YUV60.16125.65132.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=36.67%
G=32.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66585600.120.150.74128.223.92
Hex423A380CF4Ac818
Octal102727001417112141030
Binary100001011101011100001100111110010101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423A38; }

 p { color: rgb(66,58,56); }

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

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

 a { background-color: rgb(66,58,56); }

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

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

 span { border-color: rgb(66,58,56); }

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