#223B32

Color #223B32 Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #223B32

Tints of Burnham #223B32

Color information

#223B32 (or 0x223B32) is unknown color: approx Burnham. HEX triplet: 22, 3B and 32. RGB value is (34,59,50). Sum of RGB (Red+Green+Blue) = 34+59+50=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 59 - color contains mainly: green. Hex color #223B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B32 is #DDC4CD. Grayscale: #323232. Windows color (decimal): -14533838 or 3291938. OLE color: 3291938.

HSL color Cylindrical-coordinate representation of color #223B32: hue angle of 158.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #223B32 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB345950-
CMYK0.4200.150.77
HSL158.4º26.88%18.24%-
HSV(B)158.4º42.37%23.14%-
XYZ2.83.73.58-
YUV50.5127.72116.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 59 (23.44% from 255) = 41.26%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=23.78%
G=41.26%
B=34.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3459500.4200.150.77158.426.8818.24
Hex223B322A0F4D9e1b12
Octal427362520171152363322
Binary100010111011110010101010011111001101100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223B32; }

 p { color: rgb(34,59,50); }

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

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

 a { background-color: rgb(34,59,50); }

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

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

 span { border-color: rgb(34,59,50); }

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