Html Css Color HEX #27483A Burnham

📋 copy color: '#27483A'

red 39 ◦ green 72 ◦ blue 58

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

Shades of Burnham #27483A

Tints of Burnham #27483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.6%

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

R = 23.08%
G = 42.6%
B = 34.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#27483A (or 0x27483A) is known color: Burnham. HEX triplet: 27, 48 and 3A. RGB value is (39,72,58). Sum of RGB (Red+Green+Blue) = 39+72+58=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #27483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483A is #D8B7C5. Grayscale: #3C3C3C. Windows color (decimal): -14202822 or 3819559. OLE color: 3819559.

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

Color convert

RGB 39 72 58 -
CMYK 0.46 0 0.19 0.72
HSL 154.55º 0.3% 0.22% -
HSV(B) 154.55º 0.46% 0.28% -
XYZ 3.92 5.37 4.83 -
YUV 60.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 39 72 58 0.46 0 0.19 0.72 154.55 0.3 0.22
Hex 27 48 3A 2E 0 13 48 9B 1E 16
Octal 47 110 72 56 0 23 110 233 36 26
Binary 100111 1001000 111010 101110 0 10011 1001000 10011011 11110 10110

Color Harmonies of #27483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27483A

Black with #27483A

Text Example


Text Example

White with #27483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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