#23473A

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

Shades of Burnham #23473A

Tints of Burnham #23473A

Color information

#23473A (or 0x23473A) is unknown color: approx Burnham. HEX triplet: 23, 47 and 3A. RGB value is (35,71,58). Sum of RGB (Red+Green+Blue) = 35+71+58=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #23473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23473A is #DCB8C5. Grayscale: #3A3A3A. Windows color (decimal): -14465222 or 3819299. OLE color: 3819299.

HSL color Cylindrical-coordinate representation of color #23473A: hue angle of 158.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23473A is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB357158-
CMYK0.5100.180.72
HSL158.33º33.96%20.78%-
HSV(B)158.33º50.7%27.84%-
XYZ3.715.174.81-
YUV58.75127.57111.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=21.34%
G=43.29%
B=35.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3571580.5100.180.72158.3333.9620.78
Hex23473A33012489e2215
Octal4310772630221102364225
Binary100011100011111101011001101001010010001001111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23473A; }

 p { color: rgb(35,71,58); }

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

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

 a { background-color: rgb(35,71,58); }

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

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

 span { border-color: rgb(35,71,58); }

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