#423435

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

Shades of Cab Sav #423435

Tints of Cab Sav #423435

Color information

#423435 (or 0x423435) is unknown color: approx Cab Sav. HEX triplet: 42, 34 and 35. RGB value is (66,52,53). Sum of RGB (Red+Green+Blue) = 66+52+53=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423435 is #BDCBCA. Grayscale: #383838. Windows color (decimal): -12438475 or 3486786. OLE color: 3486786.

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

Color convert

RGB665253-
CMYK00.210.200.74
HSL355.71º11.86%23.14%-
HSV(B)355.71º21.21%25.88%-
XYZ4.123.873.9-
YUV56.3126.14134.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=38.60%
G=30.41%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66525300.210.200.74355.7111.8623.14
Hex423435015144A164c17
Octal1026465025241125441427
Binary1000010110100110101010101101001001010101100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423435; }

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

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

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

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

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

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

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

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