Html Css Color HEX #554D0D Bronze Olive

📋 copy color: '#554D0D'

red 85 ◦ green 77 ◦ blue 13

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

Shades of Bronze Olive #554D0D

Tints of Bronze Olive #554D0D

RGB

 RED value IS 85 (33.59% from 255) = 48.57%

 GREEN value IS 77 (30.47% from 255) = 44%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 48.57%
G = 44%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#554D0D (or 0x554D0D) is known color: Bronze Olive. HEX triplet: 55, 4D and 0D. RGB value is (85,77,13). Sum of RGB (Red+Green+Blue) = 85+77+13=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D0D is #AAB2F2. Grayscale: #484848. Windows color (decimal): -11186931 or 871765. OLE color: 871765.

HSL color Cylindrical-coordinate representation of color #554D0D: hue angle of 53.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #554D0D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 77 13 -
CMYK 0 0.09 0.85 0.67
HSL 53.33º 0.73% 0.19% -
HSV(B) 53.33º 0.85% 0.33% -
XYZ 6.47 7.27 1.44 -
YUV 72.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 85 77 13 0 0.09 0.85 0.67 53.33 0.73 0.19
Hex 55 4D D 0 9 55 43 35 49 13
Octal 125 115 15 0 11 125 103 65 111 23
Binary 1010101 1001101 1101 0 1001 1010101 1000011 110101 1001001 10011

Color Harmonies of #554D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D0D

Black with #554D0D

Text Example


Text Example

White with #554D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554D0D; }

 p { color: rgb(85,77,13); }

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

background-color css

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

 a { background-color: rgb(85,77,13); }

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

border-color css

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

 span { border-color: rgb(85,77,13); }

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