Html Css Color HEX #27372D Holly

📋 copy color: '#27372D'

red 39 ◦ green 55 ◦ blue 45

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

Shades of Holly #27372D

Tints of Holly #27372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.37%

R = 28.06%
G = 39.57%
B = 32.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#27372D (or 0x27372D) is known color: Holly. HEX triplet: 27, 37 and 2D. RGB value is (39,55,45). Sum of RGB (Red+Green+Blue) = 39+55+45=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #27372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27372D is #D8C8D2. Grayscale: #313131. Windows color (decimal): -14207187 or 2963239. OLE color: 2963239.

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

Color convert

RGB 39 55 45 -
CMYK 0.29 0 0.18 0.78
HSL 142.5º 0.17% 0.18% -
HSV(B) 142.5º 0.29% 0.22% -
XYZ 2.68 3.35 2.99 -
YUV 49.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 39 55 45 0.29 0 0.18 0.78 142.5 0.17 0.18
Hex 27 37 2D 1D 0 12 4E 8E 11 12
Octal 47 67 55 35 0 22 116 216 21 22
Binary 100111 110111 101101 11101 0 10010 1001110 10001110 10001 10010

Color Harmonies of #27372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27372D

Black with #27372D

Text Example


Text Example

White with #27372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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