Html Css Color HEX #554623 Bronze Olive

📋 copy color: '#554623'

red 85 ◦ green 70 ◦ blue 35

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

Shades of Bronze Olive #554623

Tints of Bronze Olive #554623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.84%

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

R = 44.74%
G = 36.84%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#554623 (or 0x554623) is known color: Bronze Olive. HEX triplet: 55, 46 and 23. RGB value is (85,70,35). Sum of RGB (Red+Green+Blue) = 85+70+35=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554623 is #AAB9DC. Grayscale: #464646. Windows color (decimal): -11188701 or 2311765. OLE color: 2311765.

HSL color Cylindrical-coordinate representation of color #554623: hue angle of 42º 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 #554623 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 35 -
CMYK 0 0.18 0.59 0.67
HSL 42º 0.42% 0.24% -
HSV(B) 42º 0.59% 0.33% -
XYZ 6.24 6.43 2.5 -
YUV 70.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 85 70 35 0 0.18 0.59 0.67 42 0.42 0.24
Hex 55 46 23 0 12 3B 43 2A 2A 18
Octal 125 106 43 0 22 73 103 52 52 30
Binary 1010101 1000110 100011 0 10010 111011 1000011 101010 101010 11000

Color Harmonies of #554623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554623

Black with #554623

Text Example


Text Example

White with #554623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554623; }

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

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

background-color css

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

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

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

border-color css

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

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

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