#423235

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

Shades of Cab Sav #423235

Tints of Cab Sav #423235

Color information

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

HSL color Cylindrical-coordinate representation of color #423235: hue angle of 348.75º 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 #423235 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB665053-
CMYK00.240.200.74
HSL348.75º13.79%22.75%-
HSV(B)348.75º24.24%25.88%-
XYZ4.033.73.87-
YUV55.13126.8135.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66505300.240.200.74348.7513.7922.75
Hex423235018144A15de17
Octal1026265030241125351627
Binary1000010110010110101011000101001001010101011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423235; }

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

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

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

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

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

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

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

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