#423C3A

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

Shades of Rebel #423C3A

Tints of Rebel #423C3A

Color information

#423C3A (or 0x423C3A) is unknown color: approx Rebel. HEX triplet: 42, 3C and 3A. RGB value is (66,60,58). Sum of RGB (Red+Green+Blue) = 66+60+58=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 66 - color contains mainly: red. Hex color #423C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C3A is #BDC3C5. Grayscale: #3D3D3D. Windows color (decimal): -12436422 or 3816514. OLE color: 3816514.

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

Color convert

RGB666058-
CMYK00.090.120.74
HSL15º6.45%24.31%-
HSV(B)15º12.12%25.88%-
XYZ4.634.74.67-
YUV61.57125.99131.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=35.87%
G=32.61%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66605800.090.120.74156.4524.31
Hex423C3A09C4Af618
Octal10274720111411217630
Binary10000101111001110100100111001001010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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