Html Css Color HEX #492527 Bulgarian Rose

📋 copy color: '#492527'

red 73 ◦ green 37 ◦ blue 39

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

Shades of Bulgarian Rose #492527

Tints of Bulgarian Rose #492527

RGB

 RED value IS 73 (28.91% from 255) = 48.99%

 GREEN value IS 37 (14.84% from 255) = 24.83%

 BLUE value IS 39 (15.63% from 255) = 26.17%

R = 48.99%
G = 24.83%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#492527 (or 0x492527) is known color: Bulgarian Rose. HEX triplet: 49, 25 and 27. RGB value is (73,37,39). Sum of RGB (Red+Green+Blue) = 73+37+39=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492527 is #B6DAD8. Grayscale: #303030. Windows color (decimal): -11983577 or 2565449. OLE color: 2565449.

HSL color Cylindrical-coordinate representation of color #492527: hue angle of 356.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492527 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 37 39 -
CMYK 0 0.49 0.47 0.71
HSL 356.67º 0.33% 0.22% -
HSV(B) 356.67º 0.49% 0.29% -
XYZ 3.78 2.89 2.28 -
YUV 47.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 73 37 39 0 0.49 0.47 0.71 356.67 0.33 0.22
Hex 49 25 27 0 31 2F 47 165 21 16
Octal 111 45 47 0 61 57 107 545 41 26
Binary 1001001 100101 100111 0 110001 101111 1000111 101100101 100001 10110

Color Harmonies of #492527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492527

Black with #492527

Text Example


Text Example

White with #492527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492527; }

 p { color: rgb(73,37,39); }

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

background-color css

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

 a { background-color: rgb(73,37,39); }

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

border-color css

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

 span { border-color: rgb(73,37,39); }

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