Html Css Color HEX #554C0D Bronze Olive

📋 copy color: '#554C0D'

red 85 ◦ green 76 ◦ blue 13

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

Shades of Bronze Olive #554C0D

Tints of Bronze Olive #554C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.68%

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

R = 48.85%
G = 43.68%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#554C0D (or 0x554C0D) is known color: Bronze Olive. HEX triplet: 55, 4C and 0D. RGB value is (85,76,13). Sum of RGB (Red+Green+Blue) = 85+76+13=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C0D is #AAB3F2. Grayscale: #474747. Windows color (decimal): -11187187 or 871509. OLE color: 871509.

HSL color Cylindrical-coordinate representation of color #554C0D: hue angle of 52.5º 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 #554C0D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 13 -
CMYK 0 0.11 0.85 0.67
HSL 52.5º 0.73% 0.19% -
HSV(B) 52.5º 0.85% 0.33% -
XYZ 6.4 7.13 1.42 -
YUV 71.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 85 76 13 0 0.11 0.85 0.67 52.5 0.73 0.19
Hex 55 4C D 0 B 55 43 34 49 13
Octal 125 114 15 0 13 125 103 64 111 23
Binary 1010101 1001100 1101 0 1011 1010101 1000011 110100 1001001 10011

Color Harmonies of #554C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C0D

Black with #554C0D

Text Example


Text Example

White with #554C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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