Html Css Color HEX #554317 Bronze Olive

📋 copy color: '#554317'

red 85 ◦ green 67 ◦ blue 23

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

Shades of Bronze Olive #554317

Tints of Bronze Olive #554317

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

 BLUE value IS 23 (9.38% from 255) = 13.14%

R = 48.57%
G = 38.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#554317 (or 0x554317) is known color: Bronze Olive. HEX triplet: 55, 43 and 17. RGB value is (85,67,23). Sum of RGB (Red+Green+Blue) = 85+67+23=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554317 is #AABCE8. Grayscale: #434343. Windows color (decimal): -11189481 or 1524565. OLE color: 1524565.

HSL color Cylindrical-coordinate representation of color #554317: hue angle of 42.58º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554317 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 67 23 -
CMYK 0 0.21 0.73 0.67
HSL 42.58º 0.57% 0.21% -
HSV(B) 42.58º 0.73% 0.33% -
XYZ 5.91 6.01 1.66 -
YUV 67.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 85 67 23 0 0.21 0.73 0.67 42.58 0.57 0.21
Hex 55 43 17 0 15 49 43 2B 39 15
Octal 125 103 27 0 25 111 103 53 71 25
Binary 1010101 1000011 10111 0 10101 1001001 1000011 101011 111001 10101

Color Harmonies of #554317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554317

Black with #554317

Text Example


Text Example

White with #554317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554317; }

 p { color: rgb(85,67,23); }

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

background-color css

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

 a { background-color: rgb(85,67,23); }

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

border-color css

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

 span { border-color: rgb(85,67,23); }

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