Html Css Color HEX #554423 Bronze Olive

📋 copy color: '#554423'

red 85 ◦ green 68 ◦ blue 35

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

Shades of Bronze Olive #554423

Tints of Bronze Olive #554423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

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

R = 45.21%
G = 36.17%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#554423 (or 0x554423) is known color: Bronze Olive. HEX triplet: 55, 44 and 23. RGB value is (85,68,35). Sum of RGB (Red+Green+Blue) = 85+68+35=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554423 is #AABBDC. Grayscale: #454545. Windows color (decimal): -11189213 or 2311253. OLE color: 2311253.

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

Color convert

RGB 85 68 35 -
CMYK 0 0.20 0.59 0.67
HSL 39.6º 0.42% 0.24% -
HSV(B) 39.6º 0.59% 0.33% -
XYZ 6.12 6.19 2.46 -
YUV 69.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 85 68 35 0 0.20 0.59 0.67 39.6 0.42 0.24
Hex 55 44 23 0 14 3B 43 28 2A 18
Octal 125 104 43 0 24 73 103 50 52 30
Binary 1010101 1000100 100011 0 10100 111011 1000011 101000 101010 11000

Color Harmonies of #554423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554423

Black with #554423

Text Example


Text Example

White with #554423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554423; }

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

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

background-color css

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

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

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

border-color css

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

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

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