#423035

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

Shades of Cab Sav #423035

Tints of Cab Sav #423035

Color information

#423035 (or 0x423035) is unknown color: approx Cab Sav. HEX triplet: 42, 30 and 35. RGB value is (66,48,53). Sum of RGB (Red+Green+Blue) = 66+48+53=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423035 is #BDCFCA. Grayscale: #353535. Windows color (decimal): -12439499 or 3485762. OLE color: 3485762.

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

Color convert

RGB664853-
CMYK00.270.200.74
HSL343.33º15.79%22.35%-
HSV(B)343.33º27.27%25.88%-
XYZ3.953.533.84-
YUV53.95127.46136.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=39.52%
G=28.74%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66485300.270.200.74343.3315.7922.35
Hex42303501B144A1571016
Octal1026065033241125272026
Binary10000101100001101010110111010010010101010101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423035; }

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

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

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

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

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

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

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

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