#423233

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

Shades of Cab Sav #423233

Tints of Cab Sav #423233

Color information

#423233 (or 0x423233) is unknown color: approx Cab Sav. HEX triplet: 42, 32 and 33. RGB value is (66,50,51). Sum of RGB (Red+Green+Blue) = 66+50+51=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423233 is #BDCDCC. Grayscale: #363636. Windows color (decimal): -12438989 or 3355202. OLE color: 3355202.

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

Color convert

RGB665051-
CMYK00.240.230.74
HSL356.25º13.79%22.75%-
HSV(B)356.25º24.24%25.88%-
XYZ3.983.683.63-
YUV54.9125.8135.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=39.52%
G=29.94%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66505100.240.230.74356.2513.7922.75
Hex423233018174A164e17
Octal1026263030271125441627
Binary1000010110010110011011000101111001010101100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423233; }

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

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

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

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

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

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

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

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