Html Css Color HEX #27483B Burnham

📋 copy color: '#27483B'

red 39 ◦ green 72 ◦ blue 59

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

Shades of Burnham #27483B

Tints of Burnham #27483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 22.94%
G = 42.35%
B = 34.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#27483B (or 0x27483B) is known color: Burnham. HEX triplet: 27, 48 and 3B. RGB value is (39,72,59). Sum of RGB (Red+Green+Blue) = 39+72+59=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #27483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483B is #D8B7C4. Grayscale: #3C3C3C. Windows color (decimal): -14202821 or 3885095. OLE color: 3885095.

HSL color Cylindrical-coordinate representation of color #27483B: hue angle of 156.36º 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 #27483B is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 72 59 -
CMYK 0.46 0 0.18 0.72
HSL 156.36º 0.3% 0.22% -
HSV(B) 156.36º 0.46% 0.28% -
XYZ 3.94 5.38 4.97 -
YUV 60.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 39 72 59 0.46 0 0.18 0.72 156.36 0.3 0.22
Hex 27 48 3B 2E 0 12 48 9C 1E 16
Octal 47 110 73 56 0 22 110 234 36 26
Binary 100111 1001000 111011 101110 0 10010 1001000 10011100 11110 10110

Color Harmonies of #27483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27483B

Black with #27483B

Text Example


Text Example

White with #27483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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