Html Css Color HEX #554A23 Bronze Olive

📋 copy color: '#554A23'

red 85 ◦ green 74 ◦ blue 35

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

Shades of Bronze Olive #554A23

Tints of Bronze Olive #554A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.14%

 BLUE value IS 35 (14.06% from 255) = 18.04%

R = 43.81%
G = 38.14%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#554A23 (or 0x554A23) is known color: Bronze Olive. HEX triplet: 55, 4A and 23. RGB value is (85,74,35). Sum of RGB (Red+Green+Blue) = 85+74+35=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A23 is #AAB5DC. Grayscale: #494949. Windows color (decimal): -11187677 or 2312789. OLE color: 2312789.

HSL color Cylindrical-coordinate representation of color #554A23: hue angle of 46.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554A23 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 35 -
CMYK 0 0.13 0.59 0.67
HSL 46.8º 0.42% 0.24% -
HSV(B) 46.8º 0.59% 0.33% -
XYZ 6.5 6.95 2.59 -
YUV 72.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 85 74 35 0 0.13 0.59 0.67 46.8 0.42 0.24
Hex 55 4A 23 0 D 3B 43 2F 2A 18
Octal 125 112 43 0 15 73 103 57 52 30
Binary 1010101 1001010 100011 0 1101 111011 1000011 101111 101010 11000

Color Harmonies of #554A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A23

Black with #554A23

Text Example


Text Example

White with #554A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,35); }

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

background-color css

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

 a { background-color: rgb(85,74,35); }

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

border-color css

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

 span { border-color: rgb(85,74,35); }

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