Html Css Color HEX #27372E Holly

📋 copy color: '#27372E'

red 39 ◦ green 55 ◦ blue 46

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

Shades of Holly #27372E

Tints of Holly #27372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

 BLUE value IS 46 (18.36% from 255) = 32.86%

R = 27.86%
G = 39.29%
B = 32.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#27372E (or 0x27372E) is known color: Holly. HEX triplet: 27, 37 and 2E. RGB value is (39,55,46). Sum of RGB (Red+Green+Blue) = 39+55+46=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #27372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27372E is #D8C8D1. Grayscale: #313131. Windows color (decimal): -14207186 or 3028775. OLE color: 3028775.

HSL color Cylindrical-coordinate representation of color #27372E: hue angle of 146.25º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #27372E is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 55 46 -
CMYK 0.29 0 0.16 0.78
HSL 146.25º 0.17% 0.18% -
HSV(B) 146.25º 0.29% 0.22% -
XYZ 2.7 3.36 3.09 -
YUV 49.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 39 55 46 0.29 0 0.16 0.78 146.25 0.17 0.18
Hex 27 37 2E 1D 0 10 4E 92 11 12
Octal 47 67 56 35 0 20 116 222 21 22
Binary 100111 110111 101110 11101 0 10000 1001110 10010010 10001 10010

Color Harmonies of #27372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27372E

Black with #27372E

Text Example


Text Example

White with #27372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27372E; }

 p { color: rgb(39,55,46); }

 H1.HeaderClassName
 {
   color: #27372E;
 }
 .AnyTagClassName
 {
   color: #27372E;
 }
</style>

background-color css

<style>
 a { background-color: #27372E; }

 a { background-color: rgb(39,55,46); }

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

border-color css

<style>
 span { border-color: #27372E; }

 span { border-color: rgb(39,55,46); }

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