Html Css Color HEX #544725 Bronze Olive

📋 copy color: '#544725'

red 84 ◦ green 71 ◦ blue 37

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

Shades of Bronze Olive #544725

Tints of Bronze Olive #544725

RGB

 RED value IS 84 (33.2% from 255) = 43.75%

 GREEN value IS 71 (28.13% from 255) = 36.98%

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 43.75%
G = 36.98%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#544725 (or 0x544725) is known color: Bronze Olive. HEX triplet: 54, 47 and 25. RGB value is (84,71,37). Sum of RGB (Red+Green+Blue) = 84+71+37=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544725 is #ABB8DA. Grayscale: #474747. Windows color (decimal): -11253979 or 2443092. OLE color: 2443092.

HSL color Cylindrical-coordinate representation of color #544725: hue angle of 43.4º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #544725 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 37 -
CMYK 0 0.15 0.56 0.67
HSL 43.4º 0.39% 0.24% -
HSV(B) 43.4º 0.56% 0.33% -
XYZ 6.24 6.52 2.68 -
YUV 71.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 84 71 37 0 0.15 0.56 0.67 43.4 0.39 0.24
Hex 54 47 25 0 F 38 43 2B 27 18
Octal 124 107 45 0 17 70 103 53 47 30
Binary 1010100 1000111 100101 0 1111 111000 1000011 101011 100111 11000

Color Harmonies of #544725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544725

Black with #544725

Text Example


Text Example

White with #544725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544725; }

 p { color: rgb(84,71,37); }

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

background-color css

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

 a { background-color: rgb(84,71,37); }

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

border-color css

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

 span { border-color: rgb(84,71,37); }

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