Html Css Color HEX #27372C Holly

📋 copy color: '#27372C'

red 39 ◦ green 55 ◦ blue 44

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

Shades of Holly #27372C

Tints of Holly #27372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.88%

R = 28.26%
G = 39.86%
B = 31.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#27372C (or 0x27372C) is known color: Holly. HEX triplet: 27, 37 and 2C. RGB value is (39,55,44). Sum of RGB (Red+Green+Blue) = 39+55+44=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #27372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27372C is #D8C8D3. Grayscale: #303030. Windows color (decimal): -14207188 or 2897703. OLE color: 2897703.

HSL color Cylindrical-coordinate representation of color #27372C: hue angle of 138.75º 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 #27372C is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 55 44 -
CMYK 0.29 0 0.2 0.78
HSL 138.75º 0.17% 0.18% -
HSV(B) 138.75º 0.29% 0.22% -
XYZ 2.66 3.35 2.89 -
YUV 48.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 39 55 44 0.29 0 0.2 0.78 138.75 0.17 0.18
Hex 27 37 2C 1D 0 14 4E 8B 11 12
Octal 47 67 54 35 0 24 116 213 21 22
Binary 100111 110111 101100 11101 0 10100 1001110 10001011 10001 10010

Color Harmonies of #27372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27372C

Black with #27372C

Text Example


Text Example

White with #27372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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