Html Css Color HEX #554C2B Bronze Olive

📋 copy color: '#554C2B'

red 85 ◦ green 76 ◦ blue 43

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

Shades of Bronze Olive #554C2B

Tints of Bronze Olive #554C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 41.67%
G = 37.25%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#554C2B (or 0x554C2B) is known color: Bronze Olive. HEX triplet: 55, 4C and 2B. RGB value is (85,76,43). Sum of RGB (Red+Green+Blue) = 85+76+43=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #554C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C2B is #AAB3D4. Grayscale: #4B4B4B. Windows color (decimal): -11187157 or 2837589. OLE color: 2837589.

HSL color Cylindrical-coordinate representation of color #554C2B: hue angle of 47.14º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554C2B is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 43 -
CMYK 0 0.11 0.49 0.67
HSL 47.14º 0.33% 0.25% -
HSV(B) 47.14º 0.49% 0.33% -
XYZ 6.77 7.27 3.33 -
YUV 74.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 85 76 43 0 0.11 0.49 0.67 47.14 0.33 0.25
Hex 55 4C 2B 0 B 31 43 2F 21 19
Octal 125 114 53 0 13 61 103 57 41 31
Binary 1010101 1001100 101011 0 1011 110001 1000011 101111 100001 11001

Color Harmonies of #554C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C2B

Black with #554C2B

Text Example


Text Example

White with #554C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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