Html Css Color HEX #27473A Burnham

📋 copy color: '#27473A'

red 39 ◦ green 71 ◦ blue 58

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

Shades of Burnham #27473A

Tints of Burnham #27473A

RGB

 RED value IS 39 (15.63% from 255) = 23.21%

 GREEN value IS 71 (28.13% from 255) = 42.26%

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 23.21%
G = 42.26%
B = 34.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#27473A (or 0x27473A) is known color: Burnham. HEX triplet: 27, 47 and 3A. RGB value is (39,71,58). Sum of RGB (Red+Green+Blue) = 39+71+58=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #27473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27473A is #D8B8C5. Grayscale: #3B3B3B. Windows color (decimal): -14203078 or 3819303. OLE color: 3819303.

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

Color convert

RGB 39 71 58 -
CMYK 0.45 0 0.18 0.72
HSL 155.63º 0.29% 0.22% -
HSV(B) 155.63º 0.45% 0.28% -
XYZ 3.85 5.24 4.81 -
YUV 59.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 39 71 58 0.45 0 0.18 0.72 155.63 0.29 0.22
Hex 27 47 3A 2D 0 12 48 9C 1D 16
Octal 47 107 72 55 0 22 110 234 35 26
Binary 100111 1000111 111010 101101 0 10010 1001000 10011100 11101 10110

Color Harmonies of #27473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27473A

Black with #27473A

Text Example


Text Example

White with #27473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27473A;
 }
 .AnyTagClassName
 {
   color: #27473A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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