Html Css Color HEX #23473A Burnham

📋 copy color: '#23473A'

red 35 ◦ green 71 ◦ blue 58

#23473A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnham #23473A

Tints of Burnham #23473A

RGB

 RED value IS 35 (14.06% from 255) = 21.34%

 GREEN value IS 71 (28.13% 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 value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#23473A (or 0x23473A) is known color: 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

RGB 35 71 58 -
CMYK 0.51 0 0.18 0.72
HSL 158.33º 0.34% 0.21% -
HSV(B) 158.33º 0.51% 0.28% -
XYZ 3.71 5.17 4.81 -
YUV 58.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 35 71 58 0.51 0 0.18 0.72 158.33 0.34 0.21
Hex 23 47 3A 33 0 12 48 9E 22 15
Octal 43 107 72 63 0 22 110 236 42 25
Binary 100011 1000111 111010 110011 0 10010 1001000 10011110 100010 10101

Color Harmonies of #23473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23473A

Black with #23473A

Text Example


Text Example

White with #23473A

Text Example


Text Example

HTML Codes & Css Web 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>